
Using handlers or redirect?
Hi,
I have a htaccess file set up to redirect some of my pages. For instance when I use the word "product" in my url I redirect it to my page: products.php with a parameter defining which product is linked to:
http://www.mysite.com/product/someproduct.html would link to internally to
http://www.mysite.com/products.php?p=someproductI do the a similar thing for a site I run using ASP with my web.config
However, when I check my stats in ms aca I get the page as
http://www.mysite.com/products.php?p=someproduct Is there anyway to change this?
thanks in advance!!