PDA

View Full Version : Subdomain redirects using .htaccess?


Mithrandir
26-11-2003, 16:35
Anyone here knows how to redirect a url like subdomain.mysite.com to subdomain.mysite.com/forums/ using .htaccess?

pingcrisis
26-11-2003, 19:16
Redirect /OldDir/OldFile.html http://www.domainname.com/NewDir/NewFile.html

Mithrandir
27-11-2003, 13:29
I tried this but this somehow still cannot be applied to subdomains.

userguy
27-11-2003, 22:12
Perhaps you can try changing your Directory Index to /forum/index.html instead of just index.html? That should do the trick.