Avoids infinite loops when pointing to error pages in the website


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ## Avoids infinite loops when pointing
  2. ## to error pages in the website
  3. RewriteCond %{REQUEST_URI} ^/(stats/|missing\.html|failed_auth\.html|error/).* [NC]
  4. RewriteRule .* - [L]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.