bonjour à tous,

je suis entrain de suivre le turo Créer un MVC j'ai un problème, je pense mon problème est avec mon fichier .htaccess
voici l’erreur:
Internal Server Error 500
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@example.com to inform them of the time this error occurred,
and the actions you performed justbefore this error.

More information about this error may be available in the server error log
pouvez vous m'aider SVP !!
merci d’avance

3 réponses


Glaived
Réponse acceptée
RewriteEngine on
RewriteRule ^(.*)$ index.php?p=$1

erreur de synthax

copie nous ton htaccess peu être ? ^^'

pristou
Auteur

Galived

voici mon fichier htaccess

RewriteEngine on
    RewriteRule ^(.$) index.php?p=$1