How2 setup subdomains on virtual hosting?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GoldenSpider
    Confirmed User
    • Feb 2003
    • 347

    #1

    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
    Confirmed User
    • Oct 2004
    • 1723

    #2
    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

    ICQ# 273099174 - monthly specials - 2 Month Free Credit on All Plans - 100% Referrals - chris@ for details
    Virtual from $14.95/month, Dedicated from $149.95/month
    Dual-Core Xeon > 1000GB @ $149.95 | 1500GB @ $169.95 | 10Mbps @ $269.95

    Comment

    Working...