Internal Server Error 500 : RewriteEngine
Bonjour,
J'essaie de suivre un tutorial sur ZendFramework (php) dans les tutoriaux. Je dois créer un fichier .htaccess contenant ces lignes :
Code:
1 2 3 4 5 6
|
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off |
Lorsque j'exécute le script (je suis à la première page du tutoriel :aie:) j'ai l'erreur suivante :
Code:
1 2 3 4 5 6 7
| Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log. |
Sur google, le forum je trouve 36000 réponses certes, mais je ne trouve pas comment réparer ce problème. Sur le tutoriel je n'ai pas plus d'information à ce sujet.
Avez vous une idée pour pouvoir acceder à mon index.php ?