hello there
i got mysql 5
php5.4
my hoster is 1 and 1
i have tried numerous htaccess combinaison but nothing good happen
the website is for a schoolproject here is the url
http://dev.bergesenmouvement.com/go
and here is my htacess
AddHandler x-mapp-php6 .php3 .php4 .php53 .php54 .php5 .php .phtml
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
thanks per advance if someone can help me