View Single Post
Old 05-15-2005, 07:26 PM  
GoldenSpider
Confirmed User
 
Join Date: Feb 2003
Posts: 347
How2 setup subdomains on virtual hosting?

I have seup a subfolder 'test' put into root directory, and index.html into /test/, then edit .htaccess file as:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} test.yoursite.com
RewriteCond %{REQUEST_URI} !test/
RewriteRule ^(.*)$ test/$1 [L]

but try http://test.mydomain.com/ dont works, netscape response DNS dont exist!
my virtual hosting panel dont have DNS option, how can I do?
GoldenSpider is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote