Hi,
I have noticed in our error log we get over 2,000 of these lines below. From what I can see they are redirects from our .htaccess. And it's checking to see if they fall inside the directory '/cgi-bin'. But it also checks other directories, each time with over 2,000 of these lines. The htaccess file that it is reading form is on the top level.
Is there a reason it's even checking to see if the redirect rules fall inside the current context?
It fills up our error log very quickly and sometimes I believe it effects the performance of the site because it is writing so much to the log.
I have substituted the redirect paths with *pathX*.
Any advice is welcome.
Thanks,
BH-Tech
I have noticed in our error log we get over 2,000 of these lines below. From what I can see they are redirects from our .htaccess. And it's checking to see if they fall inside the directory '/cgi-bin'. But it also checks other directories, each time with over 2,000 of these lines. The htaccess file that it is reading form is on the top level.
Is there a reason it's even checking to see if the redirect rules fall inside the current context?
It fills up our error log very quickly and sometimes I believe it effects the performance of the site because it is writing so much to the log.
Code:
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2188] Redirect URL [*path1*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2189] Redirect URL [*path2*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2190] Redirect URL [*path3*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2194] Redirect URL [*path4*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2195] Redirect URL [*path5*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2196] Redirect URL [*path6*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2199] Redirect URL [*path7*] does not fall inside current context [/cgi-bin/], ignore!
12:00:51.226 [INFO] [HTAccess] [/home/public_html/cgi-bin/.htaccess:2200] Redirect URL [*path8*] does not fall inside current context [/cgi-bin/], ignore!
Any advice is welcome.
Thanks,
BH-Tech