_Dan
09-21-2006, 12:00 PM
I have this in mod rewrite:
RewriteEngine on
RewriteRule (.*)/(.*)$ /index.php?$1=$2 [L]
However my web host provide a page mydomain.com/stats
which provide web statistics.
But the mod rewrite seems to screw this up, the stats url just displays the main page. (it works fine with mod rewrite disabled!)
SO my question is: how can I modify this code so the page /stats is excluded!
Thanks :)
RewriteEngine on
RewriteRule (.*)/(.*)$ /index.php?$1=$2 [L]
However my web host provide a page mydomain.com/stats
which provide web statistics.
But the mod rewrite seems to screw this up, the stats url just displays the main page. (it works fine with mod rewrite disabled!)
SO my question is: how can I modify this code so the page /stats is excluded!
Thanks :)