• I updated to Version 6.4.1 and now site is down with a 404 error. What do I do?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @pbarve,

    • Fix Permalink
      Settings ? Permalinks? ? Save
    • .htaccess File
      Rename the .htaccess file or make a backup copy. Create a new one with the default code suggested by WordPress
    # BEGIN WordPress
    
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    # END WordPress
    Thread Starter pbarve

    (@pbarve)

    Thank you! But I’m sorry I’m a novice… where do I find .htaccess?

    Hi @pbarve,

    You can simply?check for the presence of .htaccess?file and see if the default WordPress mod-rewrite code is there or not. There are times when .htaccess file is not writable or has been deleted.
    Please feel free to read this for further information.

    Hope that helps!

    Hi @pbarve,

    Have you tried first to generate the permalinks? this is done from the WordPress panel. If it didn’t work, the .htaccess file can be found by accessing your site from the FTP in the root of the installation.

    Best regard!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Version 6.4.1 – 404 error?’ is closed to new replies.