• Resolved Chevil

    (@chevil)


    Hi, here is a my blog: https://www.proisp.no/blogg/. All articles return 404 error when custom permalink is on (https://www.proisp.no/blogg/gratis-ssl-sertifikat-med-autossl/). If I set the standard everything works fine.

    here is a part from .htaccess about rewrite rule:

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

    I tried to disable plugins, changed permissions for .htaccess file to 0666, clean Litespeed cache, but nothing helped.

    The page I need help with: [log in to see the link]

The topic ‘Permalink 404, basic recommendations do not help’ is closed to new replies.