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,832

Results 2,761 to 2,780 of 5,058
24 Mar 2009, 8:58 PM
#2761
pseudonym avatar

pseudonym

New Zenner

Join Date:
Mar 2009
Posts:
21
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

yellow1912:

You need to change the htaccess content, RewriteBase / is precisely the line you have to change.

The instruction is online as well as inside the htaccess
http://wiki.rubikintegration.com/zencart/modules/ssu/installation
RewriteEngine On

Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

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

What's wrong with it?

24 Mar 2009, 9:11 PM
#2762
pseudonym avatar

pseudonym

New Zenner

Join Date:
Mar 2009
Posts:
21
Plugin Contributions:
0

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

I can't edit my post anymore.

My htaccess:

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

EOF SSU

24 Mar 2009, 11:18 PM
#2763
yellow1912 avatar

yellow1912

Totally Zenned

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

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

pseudonym:

RewriteEngine On

Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

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

What's wrong with it?
I have to know where your store is located to know what is wrong with it, for example if it is in a subfolder named shop then it should be RewriteBase /shop

If not, then it is correct. And if you still get the 500 error, you have to check the server error log to know precisely what goes wrong. 500 is a general error which can mean many things.

25 Mar 2009, 8:46 AM
#2764
pseudonym avatar

pseudonym

New Zenner

Join Date:
Mar 2009
Posts:
21
Plugin Contributions:
0

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

I found the problem.

I did not have module_manager_rev16zip.zip installed. :oops:

It's working now! Phew!

One question though: is it possible to change the names of the main categories?

Right now my URL will look like: http://www.site.com/wild-flowers/blue-wild-flowers. The actual category is also called "Wild Flowers"

Still, I want to change the "wild-flowers" part into "buy-wild-flowers", so for example: http://www.site.com/buy-wild-flowers/blue-wild-flowers.

I've added an Alias like that in the Manage Aliases field, enabled it and made it permanent. But the URL does not change to that when I visit my home page. It is still "wild-flowers". I can access the page by hand-typing "/buy-wild-flowers", however it doesn't show up naturally..........

Any advice?

Thanks a lot for this plugin, it is much better than CEON SEO URLs!!!! :hug:

25 Mar 2009, 3:16 PM
#2765
yellow1912 avatar

yellow1912

Totally Zenned

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

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

After changing the urls in link alias manager, make sure you clear the alias cache.

Raine

25 Mar 2009, 5:31 PM
#2766
wilkesy avatar

wilkesy

Zen Follower

Join Date:
Jul 2004
Location:
stroud, gloucestershire
Posts:
198
Plugin Contributions:
0

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

Hi,

Im desperate to get this mod installed on my website due to the great flexibility that it adds. However i currently have Magic SEO installed which i find frustrating and unusable on some items.

The thing im worried about is all the links which are currently ranked in google etc are going to be lost. Am i right in thinking this? or will they be picked up and redirected?

Many thanks

Paul

25 Mar 2009, 5:37 PM
#2767
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Hi Paul, the current SSU will not pick up links generated by Magic Seo, so I suggest dont port right now. There have been several requests for this, which I do take into consideration seriously, and I do consider writing a plugin that allows a smooth transfer from Magic Seo to SSU, the task is not easy, however.
Magic Seo relies heavily on using regex to translate the links, while SSU relies on "identifiers" on the links (this behavior is similar to ultimate seo url module). One possiblity to get around this is to make use of link alias functionality of SSU, let me think of a way to implement it tho, lol.

25 Mar 2009, 6:20 PM
#2768
wilkesy avatar

wilkesy

Zen Follower

Join Date:
Jul 2004
Location:
stroud, gloucestershire
Posts:
198
Plugin Contributions:
0

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

That would be great if you had some kind of plugin to help with the change over. I am tempted to just bite the bullet and make the change as i have a SEO company starting work on it in a few weeks and ofcourse the url's provide alot of weight in terms of search engines.

Ill keep checking back here and seeing how things are going.

Many thanks for your help

Paul

25 Mar 2009, 6:32 PM
#2769
skylab001 avatar

skylab001

New Zenner

Join Date:
Jan 2008
Posts:
67
Plugin Contributions:
0

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

I'm getting the same error as ccrsport

When I "Set SSU Status" to true I get an error on the actual front end of my live site:

Internal Server 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.

Do you have any tips on how to configure SSU once it is installed?

my .htaccess is setup up as:

AddHandler application/x-httpd-php5 .php

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 /zencart/

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

all except the first line, I copied from the installation instructs.

my shop config file is:

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

my store is located in the public_html folder of my website, which I believe is the root. Any ideas where the problem may be?

25 Mar 2009, 6:46 PM
#2770
yellow1912 avatar

yellow1912

Totally Zenned

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

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

RewriteBase /zencart/

Should be RewriteBase /

Regards

25 Mar 2009, 7:21 PM
#2771
skylab001 avatar

skylab001

New Zenner

Join Date:
Jan 2008
Posts:
67
Plugin Contributions:
0

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

sorry for my ignorance but where do I change,

RewriteBase /zencart/
Should be RewriteBase /

do I change it on the .htaccess or in my config file at DIR_WS_CATALOG

Thanks

25 Mar 2009, 8:28 PM
#2772
skylab001 avatar

skylab001

New Zenner

Join Date:
Jan 2008
Posts:
67
Plugin Contributions:
0

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

ok, I guess I should have looked closer, so after reading the last few post I realized that I change

Rewritebase /zencart/
to Rewritebase /

in the .htaccess file, and great no more error!

But now when you click on a category the only thing that happens is that the page refreshes, but I don't get anything other than the home page. The web address changes, but nothing else....Ideas?

25 Mar 2009, 9:40 PM
#2773
yellow1912 avatar

yellow1912

Totally Zenned

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

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

skylab001:

ok, I guess I should have looked closer, so after reading the last few post I realized that I change

Rewritebase /zencart/
to Rewritebase /

in the .htaccess file, and great no more error!

But now when you click on a category the only thing that happens is that the page refreshes, but I don't get anything other than the home page. The web address changes, but nothing else....Ideas?
If this happens, this usually means that your webserver is not supporting or not having mod_rewrite enabled. This is something you will have to check with your host.

26 Mar 2009, 3:32 PM
#2774
gabstero avatar

gabstero

Zen Follower

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

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

Gang -

is there a way to modify a particular URL similar to what you can do in WordPress when you write a post?

I looked all over the Simple SEO settings in my ZenCart but wasn't able to find anything relevant.

thanks!
Gabstero

26 Mar 2009, 4:05 PM
#2775
yellow1912 avatar

yellow1912

Totally Zenned

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

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

gabstero:

Gang -

is there a way to modify a particular URL similar to what you can do in WordPress when you write a post?

I looked all over the Simple SEO settings in my ZenCart but wasn't able to find anything relevant.

thanks!
Gabstero
Alias Manager is what you need, go to extras->ssu manager.

26 Mar 2009, 4:31 PM
#2776
skylab001 avatar

skylab001

New Zenner

Join Date:
Jan 2008
Posts:
67
Plugin Contributions:
0

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

If this happens, this usually means that your webserver is not supporting or not having mod_rewrite enabled. This is something you will have to check with your host.

I checked with the host and it seems mod_rewrite is enabled, any other ideas?

26 Mar 2009, 4:34 PM
#2777
yellow1912 avatar

yellow1912

Totally Zenned

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

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

skylab001:

I checked with the host and it seems mod_rewrite is enabled, any other ideas?
Post the url to your site.
Post the location of your htaccess
Post the content of your htaccess

You can pm me if you want.

26 Mar 2009, 6:28 PM
#2778
gabstero avatar

gabstero

Zen Follower

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

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

yellow1912:

Alias Manager is what you need, go to extras->ssu manager.

Thanks Yellow! Quick SEO wisdom question. Do you think Google favors aliases to be Permanent or not in terms of ranking?

thanks a ton!
Gabstero

26 Mar 2009, 8:13 PM
#2779
yellow1912 avatar

yellow1912

Totally Zenned

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

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

gabstero:

Thanks Yellow! Quick SEO wisdom question. Do you think Google favors aliases to be Permanent or not in terms of ranking?

thanks a ton!
Gabstero
Note that these alias are now your real links. Those old links are now redirected to the new ones. So in any case, avoid changing links unless you really have to.

26 Mar 2009, 9:17 PM
#2780
creepycreatures avatar

creepycreatures

New Zenner

Join Date:
Mar 2009
Posts:
13
Plugin Contributions:
0

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

I've upgraded my sites PHP to PHP5 and I still can't seem to get things to work correctly. When I click in Extras->Simple SEO URL Manager I just get a blank page. I've tried re-uploading everything and following the installation steps again but nothing.

I can now get the ssu_check.php to load up and here is what it says:

Checking includes/configure.php
Suggested .htaccess content

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /buy/

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

EOF SSU

Checking cache write permission

Not sure what this means, but any ideas?