htaccess code translation
-
Can someone tell me why wordpress htaccess has four lines of code after # END WordPress? What are those four lines supposed to do? I’m trying to add more code to harden my site but not sure where to add it. After # END wtwp_security?
Thanks!# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN wtwp_cache
# END wtwp_cache# BEGIN wtwp_security
# END wtwp_security
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘htaccess code translation’ is closed to new replies.