you are probe
not redirect
http://www.mainada.es/demo_bebe/inde...cturers_id=104
redirect to
http://www.mainada.es/demo_bebe/kid-sleep-mf-104
Also in the products[/QUOTE]
you are probe
not redirect
http://www.mainada.es/demo_bebe/inde...cturers_id=104
redirect to
http://www.mainada.es/demo_bebe/kid-sleep-mf-104
Also in the products[/QUOTE]
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
ok, Thanks
Yes, and I explained the reason before, the link should not be generated in the first place.
And a new version of SSU coming within 1-2 days will fix it as well[/QUOTE]
work very good
Thanks Yellow
the last version 3.5.7
download http://public.rubikintegration.com/
[/QUOTE]
Having problems with my Simple SEO URL installation.
I've installed the add-on and the first thing I do is to click on
Reset all cache: Click here
and it says
/Mycirclelens.com/cache/ssu/ folder is not writable
It also says the same thing about
/Mycirclelens.com/cache/ssu/pc
/Mycirclelens.com/cache/ssu/aliases
I've chmod the entire folder to 777 so I'm not sure what else I can do.
Thanks for the help.
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.
www.mycirclelens.com
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