Hello,
I was using Ceon URL Mapping SEO but it isn't compatible with 2.0.1. Now all of my product links on pinterest and facebook are deadWhat other module is comparable and would work with 2.0.1?
Thanks!
Hello,
I was using Ceon URL Mapping SEO but it isn't compatible with 2.0.1. Now all of my product links on pinterest and facebook are deadWhat other module is comparable and would work with 2.0.1?
Thanks!
There's apparently a version that works on Zen Cart 2.0.1. Check out this support-thread post:
https://www.zen-cart.com/showthread....98#post1403498
Thanks for responding, I'll have to read through it and see. I'm leery of using it if it doesn't state it's for newer versions.
My old product urls are getting an error code instead of redirecting to my index page. I have a code in the.htaccess file in the public_html folder but it's not working.![]()
In case anyone else needs their old urls to redirect to the index page. The .htaccess file needs to be added to the shop folder and this code added to the file:
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
I just installed CEON URI on my 2.01 dev site using the Git version and it works for me.
https://github.com/torvista/Zen-Cart_CEON-URI-Mapping
Thanks I will check it out!