I have a htaccess running on my root, but when I add a stats link in directadmin to my site, the stats page is not visible because of the htaccess
below is an example of my htacces.
I think I should add some stuff to manage the exclusion of my stats link.
RewriteCond %{REQUEST_URI} !^/stats doesn't work (don't know why)
rewriteengine on
rewritebase /
rewriterule 404.htm index.php?error=404 [pt]
rewriterule index.htm index.php [pt]
below is an example of my htacces.
I think I should add some stuff to manage the exclusion of my stats link.
RewriteCond %{REQUEST_URI} !^/stats doesn't work (don't know why)
rewriteengine on
rewritebase /
rewriterule 404.htm index.php?error=404 [pt]
rewriterule index.htm index.php [pt]