Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 404 on every link


Anonymous User 5863514
Inactive

@anonymized-5863514

Hi,

I have added the:

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

# END WordPress

to the top of the main site .htaccess but it is still not working.

Any other ideas?

Skip to toolbar