I use eSyndicat script as a CMS for the main site and tried to install XooPartners in the partners/ subfolder.
Because of the eSyndicat .htaccess rules when I type
http://MySite.com/partners/ or
http://MySite.com/partners/admin/ - I get 404 errors...
To access these pages I have to type full url:
http://MySite.com/partners/index.php
Is there a way to edit main .htaccess file that common mod_rewrite rules would not apply to the partners/ folder only?
Thanks.