Hi Friends, I am Sunil Prajapati. I want to change my permalink but it is not happening. I did all things but yet it is showing 404 error. Please tell me know what can i do.
Did you check the htaccess !? when you change the Permalinks on your Dashboard, scroll down, there is a code provided by Wordpress that you have to add in the .htaccess file... The code is similar to this : # 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 Code (markup): Try to add this Manually on your .htaccess file... Goodluck
So if this didn't work, Deactivate all Plugins, then try again.. if it's work, so you have to find the plugin which make the Conflict. Goodluck
ok, so update the Permalink, change the theme you use to one of the Default Wordpress ones and try again ! Goodluck