Forums

[resolved] Permalinks not working - tried everything (3 posts)

  1. GlassSteel
    Member
    Posted 2 years ago #

    Hello all,

    After numerous searches and multiple passes through the documentation, I am at the end of my rope with permalinks not working.

    I checked with my server admin, that all the config requirments are met in Apache, and coded the .htaccess myself with:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /my_blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /my_blog/index.php [L]
    </IfModule>

    # END WordPress

    When I access a single post by following the result for the_permalink(), I do not get a 404, but rather an empty doc. View source gives only
    <html></html>

    Anything else I can try?

    thanks,
    pfgs

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    A link to your site might help.

  3. tillo
    Member
    Posted 2 years ago #

    Try saving the parmalink parameters again and it works.
    So i have solved this problem...

Topic Closed

This topic has been closed to new replies.

About this Topic