Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
mydanilo
Maybe you have more than 1 currency? Simply put the currency in the exclude list and it will look like this ?currency=usd
The reason it's there, anyway, is because the query is passed into the link, so if you want to remove it completely you have to check the feeder module. I would assume that google require currency to be there for multiple currencies site.
Re: Simple SEO URL [support thread]
Not sure I understand right. Exclude where? .htaccess? In the admin?
Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.
Must be just what google base adds...:blush:
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
mydanilo
Not sure I understand right. Exclude where? .htaccess? In the admin?
Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.
Must be just what google base adds...:blush:
If you want it to take another form(?currency=usd), instead of currency/USD you can go to admin-config-ssu and set the query exclude list, add currency into the list.
Re: Simple SEO URL [support thread]
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]
Quote:
Originally Posted by
danilovig
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
danilovig
[/quote]
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
Re: Simple SEO URL [support thread]
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]
Re: Simple SEO URL [support thread]
work very good
Thanks Yellow
the last version 3.5.7
download http://public.rubikintegration.com/
Quote:
Originally Posted by
danilovig
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]
Re: Simple SEO URL [support thread]
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.
Re: Simple SEO URL [support thread]
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
Quote:
Originally Posted by
hitchhiker
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.
Re: Simple SEO URL [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
Quote:
Originally Posted by
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.
www.mycirclelens.com