Looks like I'm stuck then as this is using WHM / cPanel to add a standard subdomain.
The problem with it failing are caused by me having:
1) .htaccess
redirect 301 /index.html
http://www.4winmobile.com/forums/portal.php
in my .htaccess file.
2) index.html reading as per:
HTML Code:
<html>
<head>
<title>Redirecting to the main site...........</title>
<META HTTP-EQUIV="Refresh"
CONTENT="0; URL=http://www.4winmobile.com/forums/portal.php">
</head>
<body>
</body>
</html>
Bu if I don't have these in there then there is no way to redirect folks from
www.4winmobile.com to the portal at:
http://www.4winmobile.com/forums/portal.php - Unless of course you can say otherwise?
Help!!