View Single Post
Old 10-11-2008, 08:47 AM   #11 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

You forgot the regex begin tag on this line:

Code:
RewriteRule Search/$ cart.php?m=search
Other than that, they look fine...you may also want to add a [L] after each rule, so that other rules following that line will not be processed (if you have another directive at the end of the rule -- like QSA -- that becomes [QSA,L]). Also, you might want to put the lines in the order of their usage, for apache to work less, therefore increasing the loading speed of your pages. But these are just minor tweaks.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote