Can't improve security of WP
Hi, I have a little/big problem with improve security of WP. I would like to use .htaccess file with this content:
<FilesMatch "\.(php)$">
deny from all
allow from localhost
</FilesMatch>
This file allow run .php files from localhost only. But if I am using this, BeTheme doesn't work correctly. It show only HTML page without any CSS and JS.
Please how can I fix it?
Comments
this is not possible to do what you need. Our theme uses dynamic css (css files with .php extension) and this won't work.
Thanks for understanding.