Look like an old version, is it 3.5.7?
If not please upgrade: http://public.rubikintegration.com/
Dont forget to check: http://wiki.rubikintegration.com/zen...les/ssu/config
Printable View
Look like an old version, is it 3.5.7?
If not please upgrade: http://public.rubikintegration.com/
Dont forget to check: http://wiki.rubikintegration.com/zen...les/ssu/config
My .htaccess file is:
This is what ssu_check.php suggested. My apache module config is:Code:#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /store/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]
# STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS.
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} ^/store/
RewriteRule ^(.*) /index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
looks to me as though mod_rewrite is enabled. Any help?Code:# httpd -l
Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authnz_ldap.c
mod_authz_default.c
mod_auth_basic.c
mod_auth_digest.c
mod_include.c
mod_filter.c
util_ldap.c
mod_log_config.c
mod_logio.c
mod_env.c
mod_expires.c
mod_headers.c
mod_unique_id.c
mod_setenvif.c
mod_proxy.c
mod_proxy_connect.c
mod_proxy_ftp.c
mod_proxy_http.c
mod_proxy_ajp.c
mod_proxy_balancer.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_dav.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_info.c
mod_suexec.c
mod_cgi.c
mod_dav_fs.c
mod_dav_lock.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
Yes it's version: 3.5.7...
Any ideas ?
The htaccess is as recommended by the checker, Any ideas how to exclude this page (URL below) from the SEO ?
http://www.tribox.co.uk/index.php?ma...ts_add_product
With SEO on I'm unable to add multiple products to the cart. Nothing happens... just a page reload.
I can't work out how to do it using the config help page...
Are you able to duplicate the problem here:
http://demo.rubikintegration.com/zencart
I'm un able to duplicate the problem on that site...
The add multiple products link looks like this:
h t t p://demo.rubikintegration.com/zencart/new.v1.2.c.54?sort=20a&action=multiple_products_add_product
Mine shows up like this with SSU running:
h t t p ://www.tribox.co.uk/discount-it-superstore-toner-c-4_5
This is my exclude list: (default) advanced_search_result,redirect,popup_image_additional,shopping_cart,product_inf o
This is my query key exclude list: zenid,gclid,number_of_uploads,number_of_downloads,action
Try to clear SSU cache, see if that helps you.
For the config recommendation, look at:
http://wiki.rubikintegration.com/zen...les/ssu/config
@pglock: I dont think you need /store/
yours should be RewriteBase /
Thanks for the quick response (don't you sleep?). I've tried modifying the .htaccess file to 'ReWriteBase /' , but that gave me a 500 error so I replaced it with the one from the install package and changed that to 'ReWriteBase /' .
When I turn ssu on, each rewritten url is still in the form 'store.splatcooking.net/store/xxx'.
This domain is a subdomain of www.splatcooking.net, the files are located in .../public_html/store i.e. it is possible to browse to the same files at www.splatcooking.net/store. Could this be why the 'store' gets added to the rewritten url? In which case, could some regular expression guru advise on how to format the rewrite rules please.
@pglock: RewriteBase / should be correct in your case.
If you get 500 error, go to your cpanel (or any admin panel your host provides you) and check the error log. That will give us more details
And yes I do sleep, 7+ hours per day
I've done a little more playing (but this is a production site so I can't play too much). When I use the .htaccess suggested by ssu_check.php shown in this post, replacing the '/store/' with '/' I get a 500 error:
My guess is that this is because the domain is already being redirected. Any advice?Code:[Tue Jan 20 13:49:17 2009] [error] [client 57.66.65.3] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://store.splatcooking.net/cooking-parties-c-84
[Tue Jan 20 13:49:17 2009] [error] [client 57.66.65.3] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://store.splatcooking.net/cooking-parties-c-84