• Hi

    The only setting for permalinks that is working for me is default. Any of the other permalink settings makes my posts disappear giving me a ‘Sorry, no posts matched your criteria.’ message.

    This is the code in my htaccess file as generated by WP

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /myblog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /myblog/index.php [L]
    </IfModule>
    
    # END WordPress

    I have my blog installed in a subfolder if that matters.

    I have never been able to get this to work and I’m giving it another try. I hope someone can show me where the problem is.

    Thank you

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