When using the Prevent PHP Execution tweak, you can add “exceptions” to allow some files to run.
I recently had to add a file, however the instructions state to put in the full path to the file, however when it adds the file to the .htaccess file it strips out all of the / (slashes) leaving a file thats a long name like:
wp-contentpluginsplugindirincludesprettyfilelist.php
Hence it doesnt work.
I had previously “resolved” this so added the exception from the resolved list (rather than the unresolved list) just in case that makes any difference.
Mark