Page 498 of 506 FirstFirst ... 398448488496497498499500 ... LastLast
Results 4,971 to 4,980 of 5054
  1. #4971
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Do you have a link so we can see for ourselves?

    In any case, if you can just turn off SSU for the filter and it works, I'd do that.

    sph
    www.prommart.com

  2. #4972
    Join Date
    Dec 2011
    Posts
    19
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by SPH View Post
    Do you have a link so we can see for ourselves?

    In any case, if you can just turn off SSU for the filter and it works, I'd do that.

    sph
    www.prommart.com
    I can't keep the sidebox enabled as it is a live website.
    The behavior described above happens on 1.39h with SSU installed.
    If I disable it, the filter works, but I can't do that because I have backlinks pointing to the SSU urls and I will loose my SE rankings.

  3. #4973
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I was thinking that maybe SSU could be turned off just for the filter...not to touch it, leaving SSU to work elsewhere. I guess not.

    Looks like you'll have to choose between SSU and the filter.

    But eventually you'll have to upgrade to the new 1.5 cart anyway, and it looks like SSU won't be going with you (us).

    If CEON's URI can rewrite the urls exactly as they are now on SSU, perhaps you can "take your urls with you" to that CEON mod and the new 1.5 cart. I've read about this theory before. Keep the url and move from platform to platform, taking the url with you. That assumes the new platform can re-write the same way.

    Would it be possible to take a look at your site, just to see?

    sph
    www.prommart.com

  4. #4974
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    long_john,

    I wanted to check out this Dynamic Filter and with some help from Dr. Byte on another thread got it working (I think) on my fresh 1.5 demo install.

    http://www.prom-mart.com/demo-1/big-linked-c-22.html

    Filter results looks like:

    http://www.prom-mart.com/demo-1/big-...2.html?fltSize[]=Medium

    I'm testing the upgraded Ultimate SEO URL for 1.5 and it seems to be working with the filter. Don't know about complete rewriting of filter results, but definitely good enough for use.

    This filter is something we've been wanting for some time now. Now that zencart has it, zencart is second to no cart.

    Is there a Dynamic Filter support thread?
    Last edited by SPH; 18 Apr 2012 at 02:31 AM.

  5. #4975
    Join Date
    Mar 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I was wondering if anyone could answer this question. I'm going to launch a big/tall apparel business and I plan on having probably at least 150 items to sell. Will it benefit me to write a meta tag for every single item or if I just wrote them for each catagory like pants, shirts, jeans, etc. get me as good ranking in the search engines as writing a tag for each item. Thanks to anyone who can help me with this.

  6. #4976
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jimproz View Post
    I was wondering if anyone could answer this question. I'm going to launch a big/tall apparel business and I plan on having probably at least 150 items to sell. Will it benefit me to write a meta tag for every single item or if I just wrote them for each catagory like pants, shirts, jeans, etc. get me as good ranking in the search engines as writing a tag for each item. Thanks to anyone who can help me with this.
    Despite the recent string of off "kinda" topic posts here (and yes I have been guilty of contributing to this), your post is not a support question for the SSU add-on.. You should post thi sin a new thread to get some responses for your questions..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #4977
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    database error Redirect Loops

    In somewhat of a panic here - I can't seem to figure out the cause of this problem I'm having with redirect loops. I can't find a consistent way to reproduce this problem and only discover it after several hours of lost business. I'm using v1.3.9h and SSU. I've actually been running them fine together since release without a problem. I'm not entirely sure what has changed to cause this but basically what happens is when a user tries to checkout or login or basically switch from unsecure to SSL, a redirect loop occurs. I've tried many things to resolve this and rebooting my VPS was initially my best guess fix but I've now narrowed it down to Resetting ALL my SSU cache. I've even gone so far as to manually delete the cache making sure nothing is listed. Once I reset the cache, the redirect loops cease. What could be happening and how can I go about fixing?

    Is it possible I have a new product or a URL that is somehow creating this issue?

    What's odd is that I have no new additions with regard to code to this site.

    Sometimes orders come in fine for days and then out of the blue they stop due to a redirect loop issue.

    My configure.php is set to use www.phytoextractum.com

    The redirect loop happens when switching to SSL or my account/login pages.

    Happening across ALL browsers.

    My SSL is a basic GoDaddy SSL cert, although I'm hosted on my own VPS with spry, not godaddy - have never had any problems.

    My htaccess is:

    #### 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,L]
    #### EOF SSU

    ## Adding WWW to all requests:
    ReWriteCond %{HTTP_HOST} ^phytoextractum.com [NC]
    ReWriteRule ^(.*) http://www.phytoextractum.com$1 [R=301,L]

    I appreciate any help anyone has to offer.

  8. #4978
    Join Date
    Dec 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Please, can anyone post the correct .htaccess? Thanks!

  9. #4979
    Join Date
    Dec 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Redirect Loops

    nobody have it? I lost it pls!

  10. #4980
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Quote Originally Posted by Ducati87 View Post
    nobody have it? I lost it pls!
    Here's what I have....

    Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" 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,PT]
    # alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
    # to use it, please make sure you comment out the rewrite rule above, then uncomment the line below
    # RewriteRule ^(.*)$ /index.php?$1 [L] 
    #### EOF SSU

 

 

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