05.20
apache
saved
htaccessruletoignorestatsdirectory
Note
This is one example of how you could set up the htaccess ignore rule. In this example, /stats is the URL to ignore.
This is one example of how you could set up the htaccess ignore rule. In this example, /stats is the URL to ignore.
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /
- RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
- RewriteRule . - [L]
- </IfModule>
Parsed in 0.003 seconds, using GeSHi 1.0.7.14