New Zenner
- Join Date:
- Dec 2008
- Posts:
- 11
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
and I'm getting 500 errors
my htaccess is
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 /Mycirclelens.com/
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
BOF SSU
Options +FollowSymLinks
RewriteEngine On
Change "/zencart/ to the correct setting
if your site is located at root folder, then you should have RewriteBase /
Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /Mycirclelens.com/
Deny access from .htaccess
RewriteRule ^.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
EOF SSU
hitchhiker:
was able to solve this problem by creating all the directories in my file structure. now the reset cache button works.
however, it doesnt look like the url's are re-writing.