After investigation it appeared that wordpress is really overriding .htaccess to maintain permalinks
Solution
1- Open /wp-includes/rewrite.php which is responsible for .htaccess rewrite
2- Search for "
3- These are the base rules which will be saved in the .htaccess file so you need to copy your custom rules there
Add $rules .= "YOU CUSTOM RULE\n"; lines for each of your custom rules
Tweet
No comments:
Post a Comment