Problem with style.php and style-colors.php file?
<Files *.php>with:
deny from all
</Files>
<Files *.php>
deny from all
</Files>
<FilesMatch "^style\.php$">
Allow From All
</FilesMatch>
<FilesMatch "^style-colors\.php$">
Allow From All
</FilesMatch>
<Files *.php>with:
deny from all
</Files>
<Files *.php>
deny from all
</Files>
<FilesMatch "^style\.php$">
Allow From All
</FilesMatch>
<FilesMatch "^style-colors\.php$">
Allow From All
</FilesMatch>
Comments