This is not true in the current versions.
You will notice the following line in the .htaccess file:
This line sends the URL generated by "Ultimate SEO URLs" to the Zen Cart dynamic URLs. Wait What? Yes, "Ultimate SEO URLs" internally uses the same URLs as Zen Cart!Code:RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
So "something-something-something-c-6_119_32.html" becomes "index.php?main_page=index&cPath=6_119_32".
And "safety-boots-rigger-boots-c-32.html" becomes "index.php?main_page=index&cPath=32".
And "-c-6_32.html" becomes "index.php?main_page=index&cPath=6_32".
Newer versions of "Ultimate SEO URLs" use a slightly different .htaccess file with optimizations for performance.



Reply With Quote

