• I think I’ve read every single thread on permalinks and Pages now.. I’ve seen many similiar threads but I don’t seem to have the exact same problem.

    My site is located at http://www.ussports.se

    So far it only contains Pages (no blogs/posts) and it will remain so for a while. It seems wordpress is able to generate and work with “pretty” permalinks well, and it can acess and use my .htaccess (chmod 666).

    The thing is, when you follow any one of those permalinks, you only come to a page with “orry, no posts matched your criteria.”. I’m also using filosfo’s homepage plugin, and with that activated every permalink leads to the page I select as the homepage.

    Since the plugin works, it leads me to believe the permalinks work somehow, but why can’t I follow any single one of them?

Viewing 1 replies (of 1 total)
  • Thread Starter fl0w

    (@fl0w)

    I’ve naturally tried to flush the .htaccess file as well as delete it and update the permalinks. It seems to generate ok though I have no idea how it’s actually supposed to look. My .htaccess:


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

Viewing 1 replies (of 1 total)

The topic ‘Page permalinks not returning proper page’ is closed to new replies.