Re: Simple SEO URL [support thread]

Originally Posted by
franzmeyer
Hi
I have review the documentation and I almost sure followed every step of instalation correctly, unfortunatly he seo url module is not working. It seems that just get stuck in tha main page and does not refer to the other pages.
I am using zencart ver 1.3.8 a, and seo url last version fof 16 september downloaded from eazy commerce. I have an adjusted template.
My website is
www.fraganz.com.mx
I hope you could help me, I have been going trough the thread but is to long and cant find solution.
Thanks
If you get stuck on the main page, more than likely your htaccess has not been set correctly
check to see if it is
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /Store/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
#### EOF SSU
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
Bookmarks