Disable wordpress rewrite
-
Sorry, I just noticed this sub forum
after I posted my topic here.How do I disable wordpress rewrite rules?
(see more info on the link above)and is this code below work (and compatible) with wordpress? (to nullify the code)
<IfModule not_exist> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress </IfModule>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable wordpress rewrite’ is closed to new replies.