Viewing 1 replies (of 1 total)
  • Thread Starter icefall5

    (@icefall5)

    Found the answer, courtesy of gdawkins. Just make sure the WordPress section of .htaccess has the following code in it (doesn’t need to be in the WP section, but it’s better this way for organizational purposes).

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘404 error after site migration’ is closed to new replies.