milkboy,
I have a similar issue with the deny php blocking access to css and script from the plugin folder.
my files are called via strings though, and trying this
<Files "*.php">
Require all denied
</Files>
<Files "s2member-o.php">
Require all granted
</Files>
is causing a 500 error.
I tried adding the “?” to the end of the allowed file, and no luck either, any suggestions to get that file allowed?