• Hi all –

    I am running WP 2.0.4 on a Gentoo based host running Apache 2.0.58 and PHP version 4.4.0. I have the “Pretty Links” option (/%year%/%monthnum%/%day%/%postname%/) selected and have let WP update my .htaccess file. The file that it creates is copied at the end of this message. I have verified that other mod_rewrite rules work on this server. I have disable all plugins and used the standard theme. The links look correct (i.e http://blog.mydomain.com/2006/09/5/test-title/), but whenever I click that link all I see is a blank page. Does anyone have any other suggestions for me to try? Any help would be greatly appreciated!

    Thanks,
    James

    # 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 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Permalinks not working’ is closed to new replies.