Hi all,
I don't know where else to turn for this question.
Is the following possible with mod_alias or mod_rewrite?
If i have a URL's like
http://www.mysite.com/cart/cart_1.php
http://www.mysite.com/cart/cart_2.php
http://www.mysite.com/cart/cart_3.php
can i use mod_alias or mod_rewrite to make the URL always
http://www.mysite.com/cart/
when the cart_1.php,cart_2.php or cart_3.php appears?
Cheers,
micmac