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

    (@crobley)

    Figured it out.
    Needed to rebuild the .htaccess file

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)
  • The topic ‘Moved the site and I just cant get it working again.’ is closed to new replies.