SubDomains

jasonyates

Verified User
Joined
Sep 24, 2003
Messages
79
Hi,

IS it possible to point a sub-domain to another URL in DA, I think this would be a good option to add to the CP as i cant find it yet.

Jason
 
Hello,

It's not a feature yet (altough being requested a lot). But you can just do it with php: create an index.php file in your subdomain directory:
PHP:
<?
header("Location: http://where.you/want/to.go");
?>

John
 
Back
Top