Hi,
I have two subfolders unders /public_html:
/web - a basic html site
/wp - a Wordpress site, currently under development
When I browse to http://www.mydomain.com, the Wordpress site is returned. That'll be cool when the Wordpress site is completed. However, in the mean time I want the "html" site returned.
What do I need to change so that the html site is returned, without the subfolder showing up in the URL? For example, I want the the site under /public_html/web returned, but I want the URL to still display "http://www.mydomain.com".
I tried messing with the root index.php and .htaccess, but no luck... I'm just not familiar enough with how this works.
Thanks.


