Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author kjmtsh

    (@kjmtsh)

    Hi, bePolite

    Thank you for your report.

    Will you let me know what kind of permalink did you change to? I’d like to reproduce the same error.

    And one more thing. Will you check if the same error will occur with the default theme and with the other plugins deactivated.

    Thanks.

    Plugin Author kjmtsh

    (@kjmtsh)

    Or 500 error occurred when you clicked the Change Permalinks button?

    Thread Starter bePolite

    (@bepolite)

    No the Change permalinks button works fine. I get a 500 when I change the permalink to Post Name like this (Screenshot). And I am using the default plugins and theme. You can check out my site at http://najela.cf/wp/

    Thanks.

    Plugin Author kjmtsh

    (@kjmtsh)

    Hmm….

    I can’t reproduce that error. SQLIte Integration seems to work fine on your site. It’s from your server settings or something like that, I guess.

    Can you access your server via FTP or shell login? If you can, check if .htaccess file is created in /wp/ directory after you change the permalink to Post Name.

    There MUST be a .htaccess file so that your permalink should work fine. And it must contain the lines like below:


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>
    # END WordPress

    Thank you.

    Thread Starter bePolite

    (@bepolite)

    Thanks for your response.

    I use the nginx web server so I don’t know if I would need the .htacess file.

    When I changed permalinks, the above .htacess file wasn’t created. I created one myself but still no difference.

    I also used http://winginx.com/htaccess to convert the above .htacess file to my nginx.conf but It causes the whole site to be inaccessible giving me a [403 Forbidden]

    Plugin Author kjmtsh

    (@kjmtsh)

    Oh, my suggestion is for Apache web server. You can’t use .htaccess file for nginx.

    Visit Codex for Nginx and read the permalink section. This will help you.

    Thanks.

    Thread Starter bePolite

    (@bepolite)

    Thank you I finally solved the problem after about 3 hours of research. I even blogged about it Here

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Routing problem after changing Permalinks’ is closed to new replies.