navuho wrote:
Is there any simple addon for rewrite rules so i can manually set the url for products, pages and categories. There is such option with the magneticone power seo url addon, but with bunch of things that i don't need. Probably won't be so hard to modify 6.4.1 SEO addon to make custom urls.
There is such a things for Utlitmate SEO URLs for OSC.
Probably we can add
ALTER TABLE `categories_description` ADD `categories_seo_url` VARCHAR( 100 ) NOT NULL ;
ALTER TABLE `products_description` ADD `products_seo_url` VARCHAR( 100 ) NOT NULL ;
in the SQL and a field to products so you can add your own url and i think its not very hard to do that, and for example if products_seo_url is null back to dynamic convert from CRE SEO addon or something like that.
Anyone suggestions?
Depends how much time you have and what you value that at, given that m1 mod is under $100 and takes minutes to install.
Cre SEO addon is faulty by design due to duplicating content; the rewrite part is the tricky bit.
Products already have a url field you could use for a custom url ... but all the mods already do this from category-manufacturer-product etc name, so why bother? There are a couple of options from osCommerce that work to varying degrees, including FWR Media Ultimate Seo Urls 5.
Simon