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

Results 1,561 to 1,580 of 5,058
8 Dec 2008, 8:33 PM
#1561
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

why is your htaccess content different from the original one?

RewriteRule .* - [L] ?

And, what is your ssu version? If you are on php5, you should use 3+

9 Dec 2008, 12:05 PM
#1564
dsided avatar

dsided

Zen Follower

Join Date:
Jun 2008
Posts:
128
Plugin Contributions:
0

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

Thanks for that. I've installed the new version and the urls are unfortunately the same.

When I view mywebsite.com/ssu_check.php the site looks exactly the same as index.php - How do I "check if there is anything wrong with your current setting" ie what should be different?

9 Dec 2008, 1:36 PM
#1565
shoulders avatar

shoulders

New Zenner

Join Date:
Jul 2008
Posts:
71
Plugin Contributions:
0

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

hello,

i have read your instructions here

http://wiki.rubikintegration.com/zencart/modules/ssu/installation

my problem is that i have a normal website, ie everything is in the root and not a sub folder.

do i still need to alter the includes/config.php or should i leave it as is?

The instructions only say what to do if you are in a sub-folder. maybe a quick note there.

thanks (also SSU is a good addon)

shoulders

9 Dec 2008, 4:39 PM
#1566
yellow1912 avatar

yellow1912

Totally Zenned

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

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

if mywebsite.com/ssu_check.php looks the same with index.php, this can only mean that:

  1. the file is missing or unreadable
  2. or, your htaccess is wrong

Please remove this line from your htaccess btw, i dont know how i got there, it's not in the original one

RewriteRule .* - [L]

dsided:

Thanks for that. I've installed the new version and the urls are unfortunately the same.

When I view mywebsite.com/ssu_check.php the site looks exactly the same as index.php - How do I "check if there is anything wrong with your current setting" ie what should be different?

9 Dec 2008, 4:41 PM
#1567
yellow1912 avatar

yellow1912

Totally Zenned

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

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

shoulders:

hello,

i have read your instructions here

http://wiki.rubikintegration.com/zencart/modules/ssu/installation

> 
> do i still need to alter the includes/config.php or should i leave it as is?
> 
> The instructions only say what to do if you are in a sub-folder. maybe a quick note there.
> 
> thanks (also SSU is a good addon)
> 
> shoulders
No need to, if your site is at root, then you change htaccess like this

BOF SSU

Options +FollowSymLinks
RewriteEngine On

Change "/zencart/ to the correct setting

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

9 Dec 2008, 9:20 PM
#1568
dsided avatar

dsided

Zen Follower

Join Date:
Jun 2008
Posts:
128
Plugin Contributions:
0

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

Thanks. It looks like the ssu_check.php file became curropt when I uploaded it. Now that it's reuploaded I get the following message when I type in www.mydomain.com/ssu_check.php :

[IMG]http://shop.double-sided.com/includes/templates/template_default/images/icons/warning.gif[/IMG]  Checking includes/configure.php
    [IMG]http://shop.double-sided.com/includes/templates/template_default/images/icons/warning.gif[/IMG]  Suggested .htaccess content
    [IMG]http://shop.double-sided.com/includes/templates/template_default/images/icons/success.gif[/IMG]  #### 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
    [IMG]http://shop.double-sided.com/includes/templates/template_default/images/icons/warning.gif[/IMG]  Checking cache write permission
```This is the contents of my .htaccess file:

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

Warning Checking cache write permission

9 Dec 2008, 9:23 PM
#1569
yellow1912 avatar

yellow1912

Totally Zenned

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

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

I notice that your site doesnt seem to load correctly, is that already like that? Or only once you have htaccess changed?

11 Dec 2008, 12:00 PM
#1570
crazycucumber avatar

crazycucumber

Zen Follower

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

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

Arrgghh Help Please , Just upgraded to latest version - copied new files over. left htaccess the same as before . but cant get into my admin ( which has been renamed ) I did rename the admin directory in your download , I also deleted the ssu cache folder on my live server and re uploaded yours.

The site appears to be working but cant get into admin with

Fatal error: Class 'simple_seo_url' not found in /home/affixit/public_html/renamedadmin/includes/functions/extra_functions/ssu.php on line 9

Hope you can help as foolishly this is a live shop ! :blush:

Thanks.

11 Dec 2008, 12:40 PM
#1571
crazycucumber avatar

crazycucumber

Zen Follower

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

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

Doh !

Fixed it .. I left old files in the site. Removed SSU.php .. all working fine now.

sorry to trouble you !

11 Dec 2008, 6:52 PM
#1573
starruby avatar

starruby

Zen Follower

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

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

hi yellow

I just tried installing ssu v3.4.6 on my other site https://www.agateitems.com.

After following step-by-step instructions in your installation manual, I reached the step where it was mentioned that all files must be uploaded to server. After all files were uploaded, I went to admin→extras→ssu manager. However, instead of a note that patches are applied properly, it showed me a message saying:

Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/agateite/public_html/admin/includes/classes/ssu.php on line 12

Now, my site home page does not load. It just shows up a blank page.

I checked out my server configuration and I noticed that the PHP version is 4.4.6 and not 5. I think this is the reason why this is happening. Any way to roll back things without losing data? Or will I have to reinstall zen cart?

11 Dec 2008, 7:36 PM
#1574
yellow1912 avatar

yellow1912

Totally Zenned

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

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

No you can get the 2.9.6 on my site, just upload to your site, that should fix it.

11 Dec 2008, 9:54 PM
#1575
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Ok I found how to upgrade old 2.x to 3.x but how about just from ssu_beta_3.4.6 to ssu_beta_3.4.8 ?

I am sure it is now very easy but I want to make sure before I do something stupid.

11 Dec 2008, 10:22 PM
#1576
yellow1912 avatar

yellow1912

Totally Zenned

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

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

mydanilo:

Ok I found how to upgrade old 2.x to 3.x but how about just from ssu_beta_3.4.6 to ssu_beta_3.4.8 ?

I am sure it is now very easy but I want to make sure before I do something stupid.
Just overwrite files, go your admin clear cache. Should be it.

You may also want to check your SSU settings for these:
Exclude pages should exclude:
advanced_search_result,redirect,popup_image_additional

Exclude query should exclude
zenid,gclid,number_of_uploads,number_of_downloads,action

Of course you can add in your own pages/query string to exclude, but the ones above should be there. Please note that in the previous version we have a typo where "gclid" was typed as "glid",

11 Dec 2008, 11:53 PM
#1577
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Thank you very much. Easy as I thought. I will do it tomorrow. :D

I assume as this is still in beta, we should update as soon as you post them? Or do you suggest only to upgrade if we have problems with current version and wait for the bigger milestone updates?

Thank you for your input.

12 Dec 2008, 12:11 AM
#1578
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Version 3.4.8 addresses the issue with using a different delimiter other than '-' . Version 3.4.6 for example will not work if you use '.'

However, it is recommended to keep it up to date. It's easier to get help if you use an up-to-date version as well.

12 Dec 2008, 2:08 PM
#1579
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Uploaded all files, cleared all cache and went to Module Manager.

List all Modules and did Update. Then again List all Modules.

It still shows: Beta 3.4.5

How come? Should now be Beta 3.4.8

12 Dec 2008, 3:14 PM
#1580
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Have been working on the site and discovered that with SSEO 3.4.8 and cross_sell__just_another_cross_sell_mod_rev185 installed I have an issue.

Looking at a product info page, I have Related Products showing below and these are defined with cross sell. The links to these cross sell products show in the following manner:

https://www.muranodisusanne.com/categories_name-c-0/chanel-bracelet-purple-pink-silver-p-187

categories_name-c-0 is not correct. Page loads but my correct link should be:

https://www.muranodisusanne.com/chanel-bracelet-c-5_37/chanel-bracelet-purple-pink-silver-p-187

chanel-bracelet-c-5_37 got replaced by categories_name-c-0 for this item when accessed by xsell links.

I assume this is not intended as it would create double content for the same product.