Sickaluph
Member
Posted 3 years ago #
Hi, my babes blog stickybabes.net is suddenly having problems.
Practically every link on the site is now going to 404 not found. I don't know why it started doing this or why it's doing this. It happens when you click a tag link, archive link, category link, or even main post links.
Please help! Thank you.
khena25
Member
Posted 3 years ago #
It probably has to do something with the permalinks.
Sickaluph
Member
Posted 3 years ago #
I fixed it.
It was because I didn't have the code below in my .htaccess file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>