Re: Simple SEO URL [support thread]
localhost: ssu works just fine as long as it is apache server with mod rewrite enabled
zen version 1.3.9: there is a change in the .htaccess of zencart that can interfere with how ssu works, one of the devs of zencart suggested the following fix:
go to the .htaccess file of your store root folder, inside you should find ssu's rules, find the line
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
Change it to
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
if you turn on ssu and your links dont work (ie: getting all 404) then the problem lies in the .htaccess:
1. maybe you set the RewriteBase wrong
2. maybe you dont have mod rewrite
3. or maybe you are using zen 1.3.9 and need to make the change mentioned above
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me