subdomain redirect

2oo4

New member
Joined
Jul 7, 2004
Messages
4
Hey,

my client asked me for an subdomain redirect but how can I do this? I didn't found anything in mij panel to do that :/
 
Create new subdomain in panel. This will create a new Dir in your public_html with the name of the subdomain.

Add index.php to it and put the following in it:

PHP:
<?

Header("Location: http://whereto");

?>


Maybe there is an easier way ?
 
Back
Top