bonjour a tous, j'ais un souci aux niveau de mon seveur je pence mais module appache son bien activer et j'ais cette erreur qui apparais

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@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.

merci de me venir en aide car la je bloque

3 réponses


Bonjour,

Pourrait-on avoir les .htaccess s'il vous plait ? Vérifies bien si le rewrite_module est coché (dans Apache > Modules Apache).

Bonne journée.

Cordialement,
Ramz.

bonjour voici mais 2 fichier .htaccess

RewriteEngine On 
RewriteRule (.*) webroot/$1 [L]

RewriteEngine On 
RewriteCond {REQUEST_FILENAME} !-d
RewriteCond {REQUEST_FILENAME} !-f
RewriteRule (.*) index.php/$1 [L]

RewriteEngine On
RewriteCond % {REQUEST_FILENAME} !-d
RewriteCond % {REQUEST_FILENAME} !-f
RewriteRule (.*) index.php/$1 [L]

Les deux oublies sont en gras. :)

Bonne chance pour la suite.

Ramz.