Below is my SSU portion of my ssu site htaccess.
What are using as your RewriteBase? Just the slash, or a slash followed by a folder?
Also, was it Simple SEO URL you are using? Because this is the code.
And yes, more info and a link would be helpful.
Also note that this mod is probably headed for extinction, as no coder appears to be working on a 1.5 upgrade.* I'll probably switch to the 1.5 Ultimate SEO URL when I upgrade my SSU site below.
sph
www.fashion-mart.biz (my SSU site)
*Maybe I'll do a quick 1.5 fantastico demo install and see if this mod works as is.
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
#### EOF SSU



Reply With Quote
