WordPress and htaccess
-
I am trying to do some gzip compression and other things to my .htaccess but when I upload it wont make any changes, it always trowing back the following:
# 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 WordPressYou anyone know what cant be happening, i dont not have any type of pluging like w3 chance or nothing installed.
Your help would be appreciated.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WordPress and htaccess’ is closed to new replies.