• I installed the custom permalinks plugin and when I change the permalink for the post(custom post type), the post gives me 404 page not found error.

    I updated the permalinks structure in the “settings – permalinks but it did not solve the problem.
    My htacess looks like this
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /projectName/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /projectName/index.php [L]
    </IfModule>

    # END WordPress

Viewing 1 replies (of 1 total)
  • Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Hi Kireeti

    Sorry to having the issue and delay in my response..!

    Does the issue is fixed or not? If it is not fixed then please update the .htaccess to the default WordPress .htaccess file.

    Thanks,
    Sami

Viewing 1 replies (of 1 total)
  • The topic ‘404 page not found error – on changing the permalink’ is closed to new replies.