404 Not Found error come after Install no-category-base-wpml plugin
-
I install no-category-base-wpml plugin after my all category, pages url goes to 404 Not found page. what the hell is going on.
I got tension so I deactivated plugin and update permallink structure still same issue i am facing all pages goes to 404 Not found page.
Really I am disappoint for this issue. Whats wrong with me. I am using ubuntu. following is my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ffs/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ffs/index.php [L]
</IfModule>
# END WordPress
- The topic ‘404 Not Found error come after Install no-category-base-wpml plugin’ is closed to new replies.