htaccess problem with plugin
-
In my .htaccess i have:
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>But the problem is that this configuration broke de suscription proccess of the plugin becouse doesnt allo to access php files.
?How con i keep the hardering htaccess security configuration and still access the plugin php files in order the plugin to work?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘htaccess problem with plugin’ is closed to new replies.