ApacheInfinite Recursion from MOD_REWRITE RuleIf you set up an Apache configuration, either in httpd.conf or an .htaccess file, that has a rule which redirects all incoming requests to Jaxer you can cause this issue. The solution is to not do this; that is, do not create a wild card rule which catch everything but instead use a more precisely targeted rule (say, just HTML files). Bad MOD_REWRITE RuleRewriteRule (.*) entry.html [L] JaxerFilter html |
