Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Elena Chavdarova

    (@elenachavdarova)

    Hello @jupa8,

    You can add the following rules to the wp-content directory .htaccess file in order to exclude the file in question:

    <FilesMatch "confirmation\.php">
    	<IfModule !mod_authz_core.c>
    		Allow from all
    	</IfModule>
    	<IfModule mod_authz_core.c>
    		Require all granted
    	</IfModule>
    </FilesMatch>

    Make sure the rules are added at the end of the file.

    Best Regards,

    Elena

    Thread Starter Juan Pablo

    (@jupa8)

    @elenachavdarova Thank you so much.

    Plugin Author Elena Chavdarova

    (@elenachavdarova)

    You are most welcome, @jupa8!

    You can drop a quick review for the plugin if you have the time, that would be highly appreciated 🙂

    Best Regards,
    Elena

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow some urls in “Lock and Protect System Folders” option’ is closed to new replies.