GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How2 setup subdomains on virtual hosting? (https://gfy.com/showthread.php?t=467866)

GoldenSpider 05-15-2005 07:26 PM

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?

SinSational 05-15-2005 09:03 PM

Quote:

Originally Posted by GoldenSpider
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?

not sure what you are trying to do above.

just and an entry to httpd.conf


All times are GMT -7. The time now is 09:17 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123