• Resolved M. Huda

    (@mkhuda)


    Hi all. I am facing a 500 error on all of my blog posts except home page, but i can still access wp-admin dashboard page. My wordpress is on subfolder (www.hijup.com/magazine). This is my .htaccess file :

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

    The problems is solved when i change my Permalinks into default. But when i change it into Pretty Permalinks then the problem came up again.
    Actually the problems occured when i activated rest-api and then deactivated that plugins. Please help me ! Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    The problems is solved when i change my Permalinks into default. But when i change it into Pretty Permalinks then the problem came up again.

    If the default setting works, then try reading Using_Permalinks before setting a custom permalink structure again.

    Thread Starter M. Huda

    (@mkhuda)

    Hi Tara, i just resolved my problem by changing
    RewriteRule . /magazine/index.php [L]
    to
    RewriteRule . /index.php [L].
    Thanks

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘500 Error Except Homepage and wp-admin’ is closed to new replies.