OpalescentGames
New member
0
0%
3
Months of Service
0%
As far as I understand, some data is being pulled from this folder to use in articles, etc. How do I block access to this folder? Will there be any negative impact when I block it? I added the following code to .htaccess, but I'm not completely sure if I did it correctly. RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L]