Return to Snippet

Revision: 29586
at July 31, 2010 23:38 by steho


Initial Code
## Avoids infinite loops when pointing
## to error pages in the website
RewriteCond %{REQUEST_URI} ^/(stats/|missing\.html|failed_auth\.html|error/).* [NC]
RewriteRule .* - [L]

Initial URL


Initial Description


Initial Title
Avoids infinite loops when pointing to error pages in the website

Initial Tags
htaccess

Initial Language
Apache