express slash problem
Posted: Wed Jul 16, 2008 1:15 am
I want to redirect
/buy
or
/buy/
on buy.php
Here is my expression
RewriteRule ^buy/ /buy.php
it redirects /buy/ to buy.php but it does not redirect /buy to buy.php
any idea???
thanks in advance
/buy
or
/buy/
on buy.php
Here is my expression
RewriteRule ^buy/ /buy.php
it redirects /buy/ to buy.php but it does not redirect /buy to buy.php
any idea???
thanks in advance