Subdomains purely by htaccess, not by wildcard dns. Possible? |
[eluser]bradym[/eluser]
For subdomains to work, you must have them setup in DNS. Once you've setup a wildcard dns entry, setting up a new subdomain is simple as adding a new virtualhost entry. Also, vhosts can't be setup in .htaccess - they need to be in httpd.conf (or a file included by httpd.conf). http://httpd.apache.org/docs/2.0/vhosts/examples.html |
Messages In This Thread |
Subdomains purely by htaccess, not by wildcard dns. Possible? - by El Forum - 05-24-2008, 04:54 PM
Subdomains purely by htaccess, not by wildcard dns. Possible? - by El Forum - 05-24-2008, 06:31 PM
Subdomains purely by htaccess, not by wildcard dns. Possible? - by El Forum - 05-24-2008, 06:34 PM
Subdomains purely by htaccess, not by wildcard dns. Possible? - by El Forum - 05-24-2008, 06:41 PM
|