PDA

View Full Version : subdomain redirect



2oo4
07-07-2004, 05:03 AM
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 :/

fusionictnl
07-07-2004, 06:17 AM
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:



<?

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

?>



Maybe there is an easier way ?