Forum Replies Created

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

    (@akarus40)

    Ok, so I tried what was in the article you listed, but I’m getting a 404 error on the page.

    The article says I should replace my .htaccess file with this:

    # 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

    Just wondering if anyone could maybe help point me in the right direction as to where that’s failing?

Viewing 1 replies (of 1 total)