My .htaccess is right . Also i did install module manger before. I cannot view and install instructions as all the sites associated with simple seo are down and have been all day.
Try it for yourself giuly . The link you posted me returns a page error as does simple-seo-url.com
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" 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]
#### EOF SSU


Reply With Quote
