• Resolved glasssteel

    (@glasssteel)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks not working – tried everything’ is closed to new replies.