Forum Moderators: phranque
some one please help me
I have a subdomain say test. I can be accessed with and without www
test.domain.com
www.test.domain.com
this subdomain should load pages from this directory
/home/tester/www/subdomain/test/*
can some one help me to set a re write rule.
Cpanel by default creates the subdomain has a folder all over my public_html folder. i just want to place all of them under one directory.
wild card DNS has been enabled. i do not have access to httpd.conf
thank you
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?test\.domain\.com
RewriteRule (.*) [domain.com...] [L]
how can i access the files from the folder /home/tester/www/subdomain/test/ with out changing the URL
thank you