New Zenner
- Join Date:
- Dec 2008
- Location:
- USA
- Posts:
- 61
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
Thanks. I will upgrade immediately.
Thank you very much.
Views: 1,113,823
New Zenner
Thanks. I will upgrade immediately.
Thank you very much.
New Zenner
Hi yellow1912,
I upgraded it to 3.5.8, and commented out the three lines in .htaccess file. I still have the same problem. More over in the module manager it shows version 3.5.1.
Thank you.
Totally Zenned
srigari:
Hi yellow1912,
I upgraded it to 3.5.8, and commented out the three lines in .htaccess file. I still have the same problem. More over in the module manager it shows version 3.5.1.Thank you.
Check your pm
New Zenner
yellow1912:
Check your pm
I did not understand what is pm
Totally Zenned
It should work for you now. The reason it doesnt work in your case, is that your server returns a rather unexpected value when $_SERVER["SCRIPT_NAME"] is used.
New Zenner
Thank you very much.
Totally Zenned
Glamorousshoe:
I am trying to install this mod on a development site. https://www.ohiospeedshop.com/dev This is what I have for the .htaccess:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /dev/
RewriteRule ^.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
> When I enable the mod and go to any of the links. The url in the navigation bar will change but It will reload the home page again. I am not sure why that is. Does anyone have a clue?
I am trying to get an answer for this issue. I have the Ultimate SEO installed on my other site. It didn't take much effort to install. Am I doing something wrong here.
Totally Zenned
It is possible that you have the same issue with srigari, your server returns a rather unexpected result of $_SERVER["SCRIPT_NAME"]
If so, try to go to includes/classes/ssu/cores/link.php, replace that by $_SERVER["SCRIPT_FILENAME"], see if it helps.
more info about $_SERVER["SCRIPT_NAME"]: SSU uses this to avoid doing any redirection at all if the script is not called via index.php (for example, you dont want ssu to do anything at all if the paypal_ipn_handler.php is being used)
Totally Zenned
3.6.0 RC2.1 is now available for download, please note that 3.6.x version is not to be used on live site yet!!!!
This version will introduce a completely new LinkAlias Manager. You will see new features such as pagination, sort by columns. Searching will also be available soon. This will greatly help store owners who may have hundreds if not thousands of aliases.
3.6.x also optimizes caching which will greatly improve performance on stores with a large number of products.
New Zenner
I'm test the version 3.6
alias be on, auto alias be on, cache be cleared
i don't work Set max category level
example:
Set max category level = 3
level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe
level2 -->http://www.mainada.es/demo_bebe/cochecitos-bebe-bebe-confort
level3-->http://www.mainada.es/demo_bebe/bebe-confort/creatis-fix
and must be
level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe
level2 -->http://www.mainada.es/demo_bebe/cochecitos-bebe/bebe-confort
level3-->http://www.mainada.es/demo_bebe/cochecitos-bebe/bebe-confort/creatis-fix
yellow1912:
More than likely you have not cleared your SSU cache.
Link alias must be on, auto alias must be on, cache must be cleared.
Totally Zenned
What do you mean?
If you want to have the category structure to be separated by / then you have to set so in your admin.
Set Category Separator --> /
Totally Zenned
And here is a level 3:
http://demo.rubikintegration.com/ssu/hardware/speakers/bose/a-superb-speak
level 1: hardware
level 2: speakers
level 3: bose
product: a-superb-speak
New Zenner
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action,filter_id,sort,alpha_filter_id,cpath,disp_order,page
Set SSU Status true
Set SSU Multi Language Status false
Set maximum name length 0
Set minimum word length 0 Info
Set Link Alias Status true Info
Exclude list advanced_search_result,redirect,popup_image_additional Info
Set max category level 6
File extension
Name delimiter -
ID delimiter -
Set Auto Alias Status true
Set Category Separator /
yellow1912:
What do you mean?
If you want to have the category structure to be separated by / then you have to set so in your admin.
Set Category Separator --> /
New Zenner
Help, I am getting the infinite redirection problem too. It goes away when I clear my cookies but I have many repeat customers who can no longer check out of my Zen Cart. I did not see a solution in previous posts.
The site is http://rosasfudge.com/store. Add a product and attempt to check out.
Thanks
New Zenner
Just some additional information to reproduce problem. Some items seem to work fine. To reproduce, try this product...
http://rosasfudge.com/store/create-your-own-assortment-c-4/create-your-own-br-12-piece-assortment-p-95
Totally Zenned
jgadbois:
Just some additional information to reproduce problem. Some items seem to work fine. To reproduce, try this product...
http://rosasfudge.com/store/create-your-own-assortment-c-4/create-your-own-br-12-piece-assortment-p-95
Your version? If it is 3.5.1please upgrade to 3.5.8
Totally Zenned
danilovig:
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action,filter_id,sort,alpha_filter_id,cpath,disp_order,page
Set SSU Status true
Set SSU Multi Language Status false
Set maximum name length 0
Set minimum word length 0 Info
Set Link Alias Status true Info
Exclude list advanced_search_result,redirect,popup_image_additional Info
Set max category level 6
File extension
Name delimiter -
ID delimiter -
Set Auto Alias Status true
Set Category Separator /
Dont know why it doesnt work for you when it works well for me. If you want, pm me your test server ftp and admin info so I can have a look.
New Zenner
a question
in a version 3.5.8 , as levels categoris??
exxample https://www.web.com/categori_1/sub_categori_1/...
Thanks
Totally Zenned
yellow1912:
It is possible that you have the same issue with srigari, your server returns a rather unexpected result of $_SERVER["SCRIPT_NAME"]
If so, try to go to includes/classes/ssu/cores/link.php, replace that by $_SERVER["SCRIPT_FILENAME"], see if it helps.
more info about $_SERVER["SCRIPT_NAME"]: SSU uses this to avoid doing any redirection at all if the script is not called via index.php (for example, you dont want ssu to do anything at all if the paypal_ipn_handler.php is being used)
Thanks. That did fix my issue.
I am not sure if the .htaccess that comes with the download matches the one on your website.
Totally Zenned
danilovig:
a question
in a version 3.5.8 , as levels categoris??
exxample www.web.com/categori_1/sub_categori_1/...
Thanks
You can do that, but manually. You have to set link alias manually. For example:
url:
/cochecitos-bebe-bebe-confort-creatis-fix-c-19_143_261/
alias:
/cochecitos-bebe/bebe-confort/creatis-fix/
Only in 3.6+ that they can be created automatically for you.
Tell staff why this post should be reviewed.