Hello all,
I have a problem in my htaccess file, it's return me a 500 error.
My website : cseij.altervista.org
and my htaccess :
Thanks if u can help me :DCodice HTML:<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </IfModule>