Hi,
My folder structure for the project has been changed to increase the security into the following
httpdocs
-->application
-->public
---->index.php
---->.htaccess
---->styles
-->library
-->core
from
httpdocs
-->application
-->public
---->styles
-->library
-->core
-->index.php
-->.htaccess
and changed the Document root parameter from /httpdocs to /httpdocs/public from the Plesk panel
After this change the site become too slow, and while checking the logs we have found the error as
"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. "
checked for the solutions in the web and found this post
[
stackoverflow.com...]
and after setting the rewrite base in the .htaccess file
as
RewriteBase /var/www/httpdocs/
it starts loading fast, without any delay.
But, only home page is loading from that moment
all other pages gives "Internal server error"
Can anyone suggest me a method to resolve this
Thank and Regards,
Anees