10-11-2008, 08:47 AM
|
#11 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
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.
|
|
|
|