ArtistDigital
Member
Posted 11 months ago #
I switched my permalinks from default to fancy ones, and everything seems messed up! My front page says "No categories". The posts return 404. I switched back to default, and they are working fine, but front page still messed up! I edited my htaccess by copying the most available code "rewrite" thing and still pretty permalinks don't seem to work!
You can view my page at http://www.gadwad.com
João Sardinha
Member
Posted 11 months ago #
can you provide the code you entered to change the permalinks? try a default one, those that wordpress provides and check if its all good
Check with your hosts that mod_rewrite is running on your server.
ArtistDigital
Member
Posted 11 months ago #
Thanks for your response! If by default one, you mean those ugly permalinks et fsf.com/?p=34 etc, then yes it works, but the other options like "day and name" etc, then "No", it doesn't. The posts don't >404 error
Below is that code:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
ArtistDigital
Member
Posted 11 months ago #
I had solved this problem, once before, but forgotten the way to fix it now. I was runny many blogs through domain mapping plugin, with pretty permalinks. Those domain names got expired, and I couldn't login to the setup, so I deleted them all, thinking of starting a fresh install. So, I believe mod_rewrite is running!
Why is it saying "No categories? Is it related to this permalink problem?