Forum Moderators: phranque
If you go to www.example.com or example.com it will load up the files in /public_html/
I have several sub domains that point to a folder in the /public_html/ folder.
If you go to sub1.example.com or sub2.example.com it will load up the files in /public_html/subdomains/sub1/ and /public_html/subdomains/sub2/
Right now if you go to www.example.com/subdomains/sub1/ or sub2/ it will load the same content as the subdomains. I don't want this.
Can I made an .htaccess file that would prevent the subdomain folder from being accessed from anything with /subdomains/
Thanks