• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter ArtistDigital

    (@artistdigital)

    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

    Thread Starter ArtistDigital

    (@artistdigital)

    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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Messed up Permalinks’ is closed to new replies.