PDA

View Full Version : SubDomains



jasonyates
11-18-2003, 12:36 PM
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

DirectAdmin Support
11-18-2003, 01:07 PM
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:

<?
header("Location: http://where.you/want/to.go");
?>

John

jasonyates
11-18-2003, 01:09 PM
Will you be adding it to the features list soon?

DirectAdmin Support
11-18-2003, 01:10 PM
No date set.