Forum Moderators: phranque

Message Too Old, No Replies

regarding rewrite rule for my subdomain

subdomain

         

rocky123

8:37 am on Aug 18, 2005 (gmt 0)

10+ Year Member



Hi

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

rocky123

11:56 am on Aug 18, 2005 (gmt 0)

10+ Year Member



I currently have

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