Web Hosting Talk







View Full Version : Subdomain redirection software?


i_am_marc
07-21-2002, 05:47 PM
Hi all,

I'm looking for the best software to do this task:

Redirect subdomains to a subdirectory transparently.

Example : This means that when I type in "http://purchasing.acmeinc.com"
it displays the index.html in the directory "http://www.acmeinc.com/purchasing/".

I have CGI bin, php, etc if that's necessary.

thanks!

Shyne
07-21-2002, 06:09 PM
Just change the DocumentRoot for the subdomain in apache configuration file (httpd.conf)

FDrive
07-21-2002, 06:44 PM
Originally posted by Shyne
Just change the DocumentRoot for the subdomain in apache configuration file (httpd.conf)

It seems to me like he's using a virtual hosting account and thus doesn't have access to httpd.conf. Try using one of these (ttp://www.hotscripts.com/PHP/Scripts_and_Programs/Redirection/URL_Based/) scripts.

i_am_marc
07-21-2002, 08:11 PM
Yes I'm using a virtual hosting account. I'm not familliar with this aspect of hosting. My host said I was given wildcard dns. Well the *.mydomain.com

I have no clue what I'm refering to :D

thanks for the links, i'll look into that!

Shyne
07-21-2002, 09:10 PM
The only way to do it is to setup redirection.