Bonjour,
J'ai télécharger un forum tout fait avec cakephp et je l'ai mis sur wamp et je rencontre ça :
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@example.com 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.
Apache/2.4.17 (Win64) PHP/5.6.16 Server at localhost Port 80
Je ne sais par ou commencer ... Pouvez-vous m'aider ?
Merci d'avance
Il est fort à parier que la config nécessite un virtualhost
regarde si tu trouves un fichier de config et s'il y aurait pas une constante 'baseurl' ou un truc du genre à configurer.
je viens d'avoir cette erreur dans les logs :
[Tue Jun 07 20:40:52.394069 2016] [core:error] [pid 3364:tid 1108] [client ::1:65101] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://localhost/
[Tue Jun 07 20:53:27.249525 2016] [core:error] [pid 3364:tid 1108] [client ::1:50992] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Tue Jun 07 20:55:37.492912 2016] [core:error] [pid 3364:tid 1112] [client ::1:51067] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Tue Jun 07 20:55:38.774270 2016] [core:error] [pid 3364:tid 1092] [client ::1:51068] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Bonsoir, le voilà !!!
<IfModule mod_rewrite.c>
RewriteEngine on
# Uncomment if you have a .well-known directory in the root folder, e.g. for the Let's Encrypt challenge
# https://tools.ietf.org/html/rfc5785
#RewriteRule ^(\.well-known/.*)$ $1 [L]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
Bonsoir,
<IfModule mod_rewrite.c>
RewriteEngine on
# Uncomment if you have a .well-known directory in the root folder, e.g. for the Let's Encrypt challenge
# https://tools.ietf.org/html/rfc5785
#RewriteRule ^(\.well-known/.*)$ $1 [L]
RewriteRule ^(.*)$ app/webroot/$1 [L]
</IfModule>