/cs-cart = /searchstring&q=cs-cart

For those whom may have entire families of products that are easier to crosslink multiple items via search parameters.



http://www.digital-aurora.com/how-to-redirect-nice-urls-to-search-parameters/

Wow, that is VERY useful! Thanks Jesse. Will make “search parameter” links SEO friendly.

H Jessie,



Do you have any idea how to make SEO friendly urls for Tags by adding rules in .htaccess?

[quote name='ghostrider' timestamp='1387350998' post='173695']

H Jessie,



Do you have any idea how to make SEO friendly urls for Tags by adding rules in .htaccess?

[/quote]



Pass me an example link and I'll see what I can do? I don't use tags presently.

http://example.com/index.php?dispatch=tags.view&tag=green+iphone+case



In SEO addon, we can add a rule for tags.view as tags, it become http://example.com/tags&tag=green+iphone+case



Ideally, it should be http://example.com/tags/green-iphone-case



I think it is more flexible to sue tags across products than using search results.


RewriteRule ^tags/(.*)$ /?dispatch=tags.view&tag=$1 [R=301,NC,L]




The only caveat is that you cannot use spaces in the tag name

[quote name='JesseLeeStringer' timestamp='1387840131' post='173970']


RewriteRule ^tags/(.*)$ /?dispatch=tags.view&tag=$1 [R=301,NC,L]




The only caveat is that you cannot use spaces in the tag name

[/quote]



Unfortunately this rule doesn't work for me. CS-cart version is 4.03.

[quote name='ghostrider' timestamp='1387855830' post='173976']

Unfortunately this rule doesn't work for me. CS-cart version is 4.03.

[/quote]



Code is for 3.0.6 - Grab a tag link and replace the search with $1 per the example above.

you solved the problem ?
how you solved the problem ?
Thank you