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
Views: 1,113,743
Totally Zenned
No, it is in zencart default config:
admin->configuration->sessions->Prevent Spider Sessions -> true
Totally Zenned
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
New Zenner
Zeiser50:
Yellow,
i found my last mistake : the rewritebase was wrong :blush:(i've made so many tests ...... ). So far, all seems ok. :Di 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
Totally Zenned
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:
Support for multi-languages sites:
http://site.com/en/english_links
http://site.com/fr/french_links
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)
Totally Zenned
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
Zen Follower
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
Totally Zenned
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)
Zen Follower
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?
Totally Zenned
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
Zen Follower
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
Totally Zenned
rickiesdiscount:
i turned it on and im getting page not found when i do that
Which usually means .htaccess is not set correctly
Zen Follower
[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]
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]
Not sure what i need to change
Totally Zenned
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?
Zen Follower
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
Totally Zenned
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?
Zen Follower
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
Totally Zenned
Go to extras->ssu manager to clear cache first
It's kinda weird, doesnt seem like mod_rewrite is on btw
Raine
Zen Follower
yellow1912:
Go to extras->ssu manager to clear cache first
It's kinda weird, doesnt seem like mod_rewrite is on btwRaine
ok i cleared it
how can i check to see if its on or not?
Totally Zenned
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]
Totally Zenned
Opps, should be```
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /zencart/
RewriteRule ^.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
RewriteCond %{HTTP_HOST} ^rickiesdiscountelectronics.com$ [NC]
RewriteRule ^(.*)$ http://www.rickiesdiscountelectronics.com/$1 [R=301,L]
Fields marked required must be completed.
Tell staff why this post should be reviewed.