Bonjours en ce moment je suis le tutoriel "créer un Site de A à Z" j'avais jamais fais de .htaccess donc j'ai suivi tous comme le tuto mais il a une erreur qui reviens a chaque fois c'est
**Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.**
j'ai bien deux fichier.htacces
le premier dans " www\site.htaccess"
voici le code
RewriteEngine On
RewriteRule(.*) webroot/$1 [L]
le second dans " www\site\webroot.htaccess"
voici le code
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) index.php/$1 [L]
j'ai bien activer rewrite_module mais sa me fais la même donc la je sais pas du tout
Merci.