i have more domains on the same server. the file system is like this
/index.php
/page.php
/.....
/folder-for-domains/
/folder-for-domains/domain1.com-folder/
/folder-for-domains/domain2.com-folder/
domain.com is pointing to the / and the other domains are pointing to /folder-for-domains/domain1.com-folder/ or /folder-for-domains/domain2.com-folder/
I want to block the subdomain folders from the domain.com but permit these folders if linked with his own domain (domain1.com or domain2.com)
is it possible with htaccess?