Hi,
I'm running Indexhibit .73 and have just updated Apache to v2.2.16. It seems everything is broken now... (also running clean URLs). Here's my website: <a href="http://http://matthewoliver.fr/index.php">matthewoliver.fr</a> and here's my .htaccess :
Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.+) /index.php
Any help would be much appreciated!