• Troubleshooting I have tried

    • Disabled all plugins
    • Contacted my host to ensure they support mod_rewrite
    • Cleared browser cache
    • Saved permalinks
    • Deleted all caching rules from .htaccess and overrode the file with this .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

    What steps have I missed?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All pages yield 404 error’ is closed to new replies.