18/04/2011, 15:28:59
version de php qui est pas en 5 + ton .htaccess qui est trop chargé pour pas grand chose et contient des trucs qui font planter.
commence simple :
commence simple :
Code :
SetEnv PHP_VER 5
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+).html$ index.php?page=$1 [QSA]
</IfModule>