• Hello guys!
    I humbly seek your help in fixing an unusual 404 error. I just migrated my site to the web from localhost. The issue I’m faced with is that some pages will display 404 error, but the error will disappear on page refresh. I have fixed the permalink as instructed and updated the .htacces file. I have tried all I could and don’t know what else to do. Any help will be appreciated! Here is my .htaccess:

    # 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

    My website is https://www.kayodeolusoji.net (The 404 error displays after opening few pages)

Viewing 1 replies (of 1 total)
  • Deepak

    (@deepakstoic)

    As it goes on page refresh, it could be due to browser cache. You can try after cleaning your browser cache or can try in a different browser.

Viewing 1 replies (of 1 total)
  • The topic ‘404 Error Displaying at Random on Some Pages But Disappears On Page Refresh’ is closed to new replies.