php-pastebin-v3
php-pastebin-v3 copied to clipboard
Move every core directory one folder back
You should move the core directories one folder back. Having them where the webserver points is a very VERY bad idea. If you dont want, atleast update the .htaccess accordingly to block access.
You can easely achieve that by adding the following code to your htaccess
RewriteRule ^(themes/bootstrap/index.html) - [F,L,NC]
RewriteRule ^(plugins/) - [F,L,NC]
RewriteRule ^(pages/) - [F,L,NC]
RewriteRule ^(cache/) - [F,L,NC]