I've recently reinstalled a new web server with a new php version and the pages and posts permalinks are not working anymore.
I've installed Apache 2.2.4 (Unix) like this:
root@darkstar:/usr/local/apache2/build# cat config.nice
#! /bin/sh
#
# Created by configure
"./configure" \
"--enable-proxy" \
"--enable-ssl" \
"--enable-rewrite" \
"--enable-cgi" \
"--enable-so" \
"$@"
And PHP 5.2.1, first as a fastcgi app (I thought this was the problem) and then as an apache module:
http://m.devcave.net/phpinfo.php
When I click on pages or posts I get a blank page and no error (checked error_log)
My site is: http://makemydays.be/blog
P.S: I'm using wordpress 2.1