htaccess modification queries
-
Hi there,
First and foremost, thanks for a great plugin!
I’m having some problems understanding some of the changes made on the root and wp-admin htaccess files.
1. A lot of the added security code is placed between the # BEGIN WORDPRESS AND #END WORDPRESS tags. Doesn’t this mean that wordpress can overwrite anything in between this?
2. You’ve added the below too, but should it have the ifmodule before and after like so? From WordPress codex.
`<IfModule mod_rewrite.c>
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]</IfModule>`
3. In the places where we need to add our own IP address, does this only work if you have a static IP? Perhaps my knowledge of IPs is not that great, but I’m unsure how this would work considering my IP changes pretty much everyday.
4. I’m currently deciding on which security plugin suits me the most, would using any of your more comprehensive htaccess code adversely affect or have no effect on my site if I were to manually add it to the htaccess file when the BPS plugin no longer is activated and I’m using another plugin?
The topic ‘htaccess modification queries’ is closed to new replies.