Hello
I've domain using wildcard dns but I want my main site example.com will grab content from folder /home/
by example.
- If user type http://www.example.com/
or http://example.com/ site will read
file from subfolder
/public_html/home/
- If http://subdomain.example.com/ will reading content from
/public_html/
.
Let me know how to that in my .htaccess.