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

Results 961 to 980 of 5,058
25 Oct 2008, 1:30 AM
#961
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

No, it is in zencart default config:

admin->configuration->sessions->Prevent Spider Sessions -> true

25 Oct 2008, 1:35 AM
#962
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

Well stupid me...lol Mine was set to true. Thanks for the information. I guess I don't have to upgrade after all. I did upgrade my data base from PHP4 to PHP5 to get ready for your upgrade when everything is right. Thanks again

26 Oct 2008, 2:03 PM
#963
zeiser50 avatar

zeiser50

New Zenner

Join Date:
Aug 2008
Posts:
16
Plugin Contributions:
0

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

Zeiser50:

Yellow,
i found my last mistake : the rewritebase was wrong :blush:(i've made so many tests ...... ). So far, all seems ok. :D

i have to test the paypal things now.

is the 2.9.6 version is safe enough to be used "live" ?

Thansk a lot for your help !!

Michel

Tested and ok !:yes: https://www.poumi-shop.com is alive !:clap:
Thanks for this great add-on
Michel

27 Oct 2008, 3:11 AM
#964
yellow1912 avatar

yellow1912

Totally Zenned

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

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

SSU Version 3.2 is now available for TESTING:
http://public.rubikintegration.com/

This version requires PHP 5. Please do NOT install this new version on a site with existing prior version, many changes were made and not documented yet.

This version took me many days to work on, and many sleepless nights. 80% of the has been rewritten to support a new plug-and-play system with the load on demand ability.

New features:

  1. Support for multi-languages sites:
    http://site.com/en/english_links
    http://site.com/fr/french_links

  2. You can now turn on/off url name parsing. For example, if you site products do not have manufacturers info, why wasting the system resources trying to parse it?

You can also write your own parser (say if you want to parse links created by the news add-on as well), and then simply plug the new parser in without touch SSU core code.

Many small features also added along with bugs fixed etc.

In the next few weeks I will also write a test suit for this module, and spend time to improve its performance.

Documents WILL be provided here:
http://wiki.rubikintegration.com/zencart/modules/ssu

If you have the time to try this new version on your test site and give me feedbacks, it will help me to fix all the possible bugs faster and release the stable version sooner.

(Planning to blow all other SEO modules away :p)

27 Oct 2008, 3:35 AM
#965
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

Hi yellow sounds good to me. I will test this tomorrow on my test site on my localhost and give you some feedback. Thank you for all your hard work

27 Oct 2008, 5:48 AM
#966
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

In my administration panel i get a 500 internal server error when i click on extras<simple seo urls

so i cannot change any settings also how do i get rid of this in my url bars: cSSU_ID_DELIMITER34_1124

27 Oct 2008, 5:50 AM
#967
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rickiesdiscount:

In my administration panel i get a 500 internal server error when i click on extras<simple seo urls

so i cannot change any settings also how do i get rid of this in my url bars: cSSU_ID_DELIMITER34_1124
View your server error log to find out what the error is (usually you can view it in Cpanel)

27 Oct 2008, 6:19 AM
#968
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

yellow1912:

View your server error log to find out what the error is (usually you can view it in Cpanel)

figured it out didnt have the module manager installed...also im just getting normal urls now...how do i get the new urls to show?

27 Oct 2008, 6:20 AM
#969
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rickiesdiscount:

figured it out didnt have the module manager installed...also im just getting normal urls now...how do i get the new urls to show?
Go to configuration->ssu to turn it on.
Make sure you set .htaccess first as well

27 Oct 2008, 6:21 AM
#970
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

yellow1912:

Go to configuration->ssu to turn it on.
Make sure you set .htaccess first as well

i turned it on and im getting page not found when i do that

27 Oct 2008, 6:23 AM
#971
yellow1912 avatar

yellow1912

Totally Zenned

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

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

rickiesdiscount:

i turned it on and im getting page not found when i do that
Which usually means .htaccess is not set correctly

27 Oct 2008, 6:27 AM
#972
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

[QUOTE=yellow1912;632519]Which usually means .htaccess is not set correctly[/QUOTE

Here is what i have:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^rickiesdiscountelectronics.com$ [NC]
RewriteRule ^(.*)$ http://www.rickiesdiscountelectronics.com/$1 [R=301,L]

BOF SSU

Options +FollowSymLinks
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 [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]

EOF SSU

Not sure what i need to change

27 Oct 2008, 6:28 AM
#973
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Please post your includes/configure.php as well (please take out all passwords etc)
And are you sure that mod_rewrite is available on the server you are on?

27 Oct 2008, 6:32 AM
#974
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

yellow1912:

Please post your includes/configure.php as well (please take out all passwords etc)
And are you sure that mod_rewrite is available on the server you are on?

not sure im on a dedicated server so i wouldnt see why it isnt

// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.rickiesdiscountelectronics.com');
define('HTTPS_SERVER', 'https://www.rickiesdiscountelectronics.com');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

define('DIR_WS_PHPBB', '/');

// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/home/rickiesd/public_html/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'zen_');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', '');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', '');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

// The next 2 "defines" are for SQL cache support.
// For SQL_CACHE_METHOD, you can select from: none, database, or file
// If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
// or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
// ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
define('SQL_CACHE_METHOD', 'database');
define('DIR_FS_SQL_CACHE', '/home/rickiesd/public_html/cache');

// EOF

27 Oct 2008, 6:36 AM
#975
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Nothing seems wrong(except that we dont know if mod_rewrite works or not), can you temporarily turn the module on again so I can see this 404 error?

27 Oct 2008, 6:38 AM
#976
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

yellow1912:

Nothing seems wrong(except that we dont know if mod_rewrite works or not), can you temporarily turn the module on again so I can see this 404 error?

ok it is on now

27 Oct 2008, 6:39 AM
#977
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Go to extras->ssu manager to clear cache first
It's kinda weird, doesnt seem like mod_rewrite is on btw

Raine

27 Oct 2008, 6:42 AM
#978
rickiesdiscount avatar

rickiesdiscount

Zen Follower

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

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

yellow1912:

Go to extras->ssu manager to clear cache first
It's kinda weird, doesnt seem like mod_rewrite is on btw

Raine

ok i cleared it

how can i check to see if its on or not?

27 Oct 2008, 6:42 AM
#979
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Also, change your htaccess to

#### BOF SSU
Options +FollowSymLinks
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 [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

RewriteCond %{HTTP_HOST} ^rickiesdiscountelectronics\.com$ [NC]
 RewriteRule ^(.*)$ http://www.rickiesdiscountelectronics.com/$1 [R=301,L]
27 Oct 2008, 6:47 AM
#980
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Opps, should be```

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

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

RewriteBase /zencart/

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

RewriteCond %{HTTP_HOST} ^rickiesdiscountelectronics.com$ [NC]
RewriteRule ^(.*)$ http://www.rickiesdiscountelectronics.com/$1 [R=301,L]