nobody have it? I lost it pls!
nobody have it? I lost it pls!
Here's what I have....
Code:#### 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 /zencart/ # Deny access from .htaccess RewriteRule ^\.htaccess$ - [F] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.+) index.php?$1 [E=VAR1:$1,QSA,L,PT] # alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/ # to use it, please make sure you comment out the rewrite rule above, then uncomment the line below # RewriteRule ^(.*)$ /index.php?$1 [L] #### EOF SSU
That's the htaccess that's in the SSU install package and what I have running on my site. What more did you need?
and without any further description beside the preverbial "it's broken" no one can help you further either.. The rules are wrong you say??? What happens?? Do birds fly out of your monitor?? do you get errors?? what errors? Are there flames shooting out of your website??? do they happen on ALL pages or just certain pages?? The point is, statements like "it's broken" or "it didn't work" don't give the community enough information to help you.. So help us help you.. Provide MORE information.. and a link to the site is also VERY useful..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
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
Last edited by SPH; 5 May 2012 at 12:36 AM.
Nope, quick fantastico 1.5 test install, SSU didn't work.
The prior required module - module manager - didn't show in 1.5 admin but I managed to manually get it up. But it didn't "read" SSU and I didn't get it up at all. I deleted the fantastico 1.5 zencart test install.
Maybe a coder could quickly adapt these for 1.5 but I cannot. So it's goodbye to SSU for me....
Hello Ultimate SEO URL? Works every time for me fresh 1.5 install.
Last edited by SPH; 5 May 2012 at 01:41 AM.