root html directorites...? Unlike typical shared hosting that make subdomains and addon domains folders within the root public_html directory (e.g. subdomain.maindomain.com is the same as maindomain.com/subdomain), I'm looking for something that allows me to have separate root html directories...
I'm using <?php $thisPage= to automatically fill the page title, meta tags, and active state of my navs. However, I'm including 2 navs (a main and a sub) and I'm not sure how to have 2 pages for the <?php $thisPage=. This doesn't work: <?php $thisPage="page1","page2"; ?> Any help?