Quote Originally Posted by mprough View Post
The flaw, which has always existed in USEO is that the following urls will ALL load the same page.....

safety-boots-rigger-boots-c-32.html
-c-6_32.html
something-something-something-c-6_119_32.html
This is not true in the current versions.

You will notice the following line in the .htaccess file:
Code:
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
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!

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.