Zen Follower
- Join Date:
- Jan 2006
- Posts:
- 119
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
I did read the readme. THought I checked mod_rewrite but I'll double-check and I'll post back in the morning.
Views: 1,113,821
Zen Follower
I did read the readme. THought I checked mod_rewrite but I'll double-check and I'll post back in the morning.
Totally Zenned
MotoDelta:
I did read the readme. THought I checked mod_rewrite but I'll double-check and I'll post back in the morning.
If you need more help, please post your site url (or pm me), your .htaccess content, and your configure.php content without the passwords. Using ssu_check.php will also help you to get the correct setting.
Zen Follower
THanks I'll send those items to you late morning when I get back from an appt.
mod_rewrite is on.
I am using multisite, could that make a difference?
I did run SSU check but didn't understand it's output. (got several exclamation points, are those bad?)
Zen Follower
PM'd you the info
Zen Follower
I'm backing out right now because the whole site is acting wonky... I must have done something wrong...
New Zenner
I test in my test site
Thanks
yellow1912:
SSU 3.6.0 RC1 is now available, this release is still under testing, please do NOT use on live site yet.
New feature:
SSU now automatically builds link aliases and remove ALL identifiers from your links whenever possible.For live sites, please wait until I rewrite the admin part, as of now the admin link alias manager does not have pagination, hence for store with thousands of products and categories you may not be able to manage the aliases at all.
As usual, I welcome anyone who is willing to test this out on their test site.
PS: I wanted to allow users to set the alias when they edit categories, products, etc as well, but that mean i will have to hack into zen core code, and I'm a bit reluctant to do that.
Totally Zenned
I am trying to install this mod on a development site. https://www.ohiospeedshop.com/dev This is what I have for the .htaccess:
#### 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 /dev/
# 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
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?
New Zenner
hello..
I'm test the version 3.6
i don't work remove all , when disabled set alias status auto= off
i don't work Set max category level and set alias status auto=off
example:
Set max category level = 3
level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe-c-19
level2 --> http://www.mainada.es/demo_bebe/cochecitos-bebe-bebe-confort-c-19_143
level3-->http://www.mainada.es/demo_bebe/cochecitos-bebe-bebe-confort-creatis-fix-c-19_143_261
danilovig:
I test in my test site
Thanks
New Zenner
Hello,
I installed SSEO today and when I set configuration->SimpleSEO URL->Set SSU Status to true.
and I went back to click on any catogiries from main site, I see the following error:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at https://www.salevalley.com Port 80
when I turn off SSEO, everything works like before.
I am using zencart 1.3.8a and downloaded the SSEO today.
Please help me.
:frusty:
New Zenner
I got it. I have a problem in my.htaccess file.
I am sorry, if I troubled you with my dumb question.
:oops:
Totally Zenned
More than likely you have not cleared your SSU cache.
Link alias must be on, auto alias must be on, cache must be cleared.
danilovig:
hello..
I'm test the version 3.6
i don't work remove all , when disabled set alias status auto= off
i don't work Set max category level and set alias status auto=off
example:
Set max category level = 3level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe-c-19
level2 --> http://www.mainada.es/demo_bebe/cochecitos-bebe-bebe-confort-c-19_143
level3-->http://www.mainada.es/demo_bebe/cochecitos-bebe-bebe-confort-creatis-fix-c-19_143_261
Totally Zenned
MotoDelta:
I'm backing out right now because the whole site is acting wonky... I must have done something wrong...
A more detailed description of the problem will help me to to analyze and suggest the best action for you.
New Zenner
Hello,
I am using zencart 1.3.8a and simple SEO URL 3.5.1. Now URLs are friendly, but it always shows the homepage only.
No matter which category or product I click on. The url shows the respective category of product. But the page it displays is the main page only.
Please let me know what I should be doing?
Totally Zenned
srigari:
Hello,
I am using zencart 1.3.8a and simple SEO URL 3.5.1. Now URLs are friendly, but it always shows the homepage only.
No matter which category or product I click on. The url shows the respective category of product. But the page it displays is the main page only.Please let me know what I should be doing?
I suspect you have not changed your htaccess as instructed in readme file
Also, please upgrade to 3.5.8
http://public.rubikintegration.com/
New Zenner
to be more clear
http://www.salevalley.com/
http://www.salevalley.com/aerobic-accessories-c-69
http://www.salevalley.com/elliptical-machines-c-68
http://www.salevalley.com/elliptical-machines-c-68/magnetic-elliptical-cardiotrainer-p-199
all displays the main page content only. not the respective product page.
:frusty:
Totally Zenned
You have NOT turned on SSU :)
So far 99% of the users who have any problem are those who fail to read the installation instruction. 1% actually encounter real bugs which are fixed as soon as they are reported.
New Zenner
Thanks for the quick reply. I checked the .htpaccess it looks ok to me.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^salevalley.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.salevalley.com$
RewriteRule ^shop/?$ "http://salevalley.com" [R=301,L]
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
New Zenner
Now I turned on the SSU.
Totally Zenned
srigari:
Now I turned on the SSU.
If you are using 3.5.1 like you said, the first thing would be to upgrade to 3.5.8, many bugs have been fixed in the process, you can view the log here:
http://wiki.rubikintegration.com/zencart/modules/ssu/changelog
After that, if it sill doesnt work, try this
Temporarily comment out:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^salevalley.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.salevalley.com$
RewriteRule ^shop/?$ "http://salevalley.com" [R=301,L]
This may interfere with ssu (obviously if commenting it out does make things work, then we will try to see how to put it in again without breaking things)
New Zenner
Hi yellow1912,
Thanks for your time. I am sure you are doing a great service to the whole community.
I checked through the installation instructions before posting. Sure I must be missing something. I do not think it is a bug in the SSU. But I should be doing something wrong somewhere. Which I could not figure out. That is the reason I am asking for the help.
Tell staff why this post should be reviewed.