Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,821

Results 1,921 to 1,940 of 5,058
22 Jan 2009, 4:57 AM
#1921
motodelta avatar

motodelta

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.

22 Jan 2009, 4:59 AM
#1922
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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.

22 Jan 2009, 3:27 PM
#1923
motodelta avatar

motodelta

Zen Follower

Join Date:
Jan 2006
Posts:
119
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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?)

22 Jan 2009, 6:50 PM
#1924
motodelta avatar

motodelta

Zen Follower

Join Date:
Jan 2006
Posts:
119
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

PM'd you the info

22 Jan 2009, 7:16 PM
#1925
motodelta avatar

motodelta

Zen Follower

Join Date:
Jan 2006
Posts:
119
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I'm backing out right now because the whole site is acting wonky... I must have done something wrong...

22 Jan 2009, 7:22 PM
#1926
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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.

22 Jan 2009, 8:11 PM
#1927
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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?

22 Jan 2009, 8:21 PM
#1928
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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

22 Jan 2009, 10:24 PM
#1929
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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:

22 Jan 2009, 11:42 PM
#1930
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I got it. I have a problem in my.htaccess file.

I am sorry, if I troubled you with my dumb question.
:oops:

22 Jan 2009, 11:47 PM
#1931
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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 = 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

22 Jan 2009, 11:48 PM
#1932
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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.

23 Jan 2009, 3:44 AM
#1933
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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?

23 Jan 2009, 3:45 AM
#1934
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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/

23 Jan 2009, 3:47 AM
#1935
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

23 Jan 2009, 3:49 AM
#1936
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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.

23 Jan 2009, 3:52 AM
#1937
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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]

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 /

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

23 Jan 2009, 3:53 AM
#1938
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Now I turned on the SSU.

23 Jan 2009, 3:59 AM
#1939
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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)

23 Jan 2009, 4:02 AM
#1940
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

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.