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?