/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
## Avoids infinite loops when pointing ## to error pages in the website RewriteCond %{REQUEST_URI} ^/(stats/|missing\.html|failed_auth\.html|error/).* [NC] RewriteRule .* - [L]