J'ai un hébergement semi-gratuit sur free-h.org : http://www.istitlaa.com
Mon problème est le suivant : j'ai un htaccess pour personnaliser les lien, mais il me produit (je suis sur que c'est lui car en renommant, ça marche !) :
- Code: Tout sélectionner
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Web Server at istitlaa.com
Voici son code :
- Code: Tout sélectionner
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([0-9a-zA-Z\-]+)\.html$ vote?url=$1 [L,QSA]
RewriteRule ^dashboard-([0-9]+)$ dashboard?page=$1 [L,QSA]
RewriteRule ^index-([0-9]+)$ index?page=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [L]
php_flag display_errors on
Pourriez-vous m'aider ?
Merci d'avance