Rewriting Urls That Contain Parameters

Hi,

I am trying to rewrite the following dispatch: product_features.view_all&filter_id=2

This is the documentation page about SEO rules I have seen:

https://docs.cs-cart.com/latest/user_guide/addons/seo/seo_rules.html

This page states:

You can replace URLs like http://www.example.com/index.php?dispatch=auth.login_form with user-friendly URLs optimized for search engines, like http://www.example.com/login.

But what if I want to rewrite http://www.example.com/index.php?dispatch=product_features.view_all&filter_id=2 ?

Of course I have tried "product_features.view_all&filter_id=2", but this doesn't work.

Is it possible to redirect these kind of URLs?

Kind regards,

Jordi

Does anyone know if you can shortedn category slugs in a url with this extension? One issue I am having is some of my category levels are quite deep, so they might be domain.com/maincat/subcat1/subcat2/subcat3/product-name-is -here

This is far from ideal for SEO, I know in opencart I had an extension where I could shorten category paths for all products so for example if I set it to 1 category deep, the canonical for the URL above would be

domain.com/maincat/product-name-is -here

I badly need to shorten some of these URLs by providing a more sensible canonical!

many thanks

We failed to find such a module on the marketplace

We failed to find such a module on the marketplace

Thanks for the reply ecomlabs.

https://www.ecom-labs.com/ready-to-use-add-ons/

Im running 4.11.2 MV, will any of your addons help me with this?

No, we do not have addons which allow to remove specific subcategories from product seo urls

So it's not possible using the standard addon :-(

Too bad.

So it's not possible using the standard addon :-(

Unfortunately, yes

you can do that with htaccess, someone good with regex can use that to do it. I have done this exact same thing for a lot of items many years ago with a php script based jobs board I customised. It was a pain lol