Showing wrong page

sufiyanshaikh

Verified User
Joined
Aug 14, 2019
Messages
181

Hello,

I have came across a issue where website hosted on our server is showing "Internal Server Error" rather than 404.
I can confirm that there is no page available or any other script.
Its a subdomain with no files rather than index.html that too with text "Hello"


Apache log:

[Fri Mar 20 02:56:55.343769 2020] [core:error] [pid 1554995:tid 140684119594752] [client xx.xx.xx.xx:32160] 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.

Please help
 
Request exceeded the limit of 10 internal redirects due to probable configuration error.
That is your problem. Too many redirects. Check if there is a .htaccess file present with redirects, or redirects in that index.html or maybe in a custom virtual host. Or a redirect which causes a loop can also be the case.
 
Back
Top