Page 190 of 506 FirstFirst ... 90140180188189190191192200240290 ... LastLast
Results 1,891 to 1,900 of 5054
  1. #1891
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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

    Quote Originally Posted by Dozzer View Post
    Hi all,

    first of all excellent mod..

    But, I'm having a little glitch with it...

    Here is the link to the "add multiple products" page:
    http://www.tribox.co.uk/index.php?ma...ndex&cPath=4_5
    I'm able to add mutliple prducts fine.

    with SSU enabled here is the link:
    http://www.tribox.co.uk/discount-it-...c-4_5/sort/20a

    But now I'm unable to add multiple products... does nothing.

    Here is my .htaccess content:

    #### 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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #1892
    Join Date
    Jun 2006
    Location
    UK
    Posts
    65
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    My .htaccess file 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
    This is what ssu_check.php suggested. My apache module config is:
    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
    looks to me as though mod_rewrite is enabled. Any help?

  3. #1893
    Join Date
    Jan 2009
    Posts
    23
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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
    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...

  4. #1894
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Dozzer View Post
    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 no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #1895
    Join Date
    Jan 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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
    Last edited by Dozzer; 19 Jan 2009 at 09:54 AM.

  6. #1896
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Try to clear SSU cache, see if that helps you.
    For the config recommendation, look at:
    http://wiki.rubikintegration.com/zen...les/ssu/config


    Quote Originally Posted by Dozzer View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #1897
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    @pglock: I dont think you need /store/
    yours should be RewriteBase /
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #1898
    Join Date
    Jun 2006
    Location
    UK
    Posts
    65
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    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.

  9. #1899
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    @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 no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #1900
    Join Date
    Jun 2006
    Location
    UK
    Posts
    65
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    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:
    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
    My guess is that this is because the domain is already being redirected. Any advice?

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR