Page 499 of 506 FirstFirst ... 399449489497498499500501 ... LastLast
Results 4,981 to 4,990 of 5054
  1. #4981
    Join Date
    Dec 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Quote Originally Posted by abcisme View Post
    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
    Thanks for your reply, but can this rewrite the urls with simple seo rules?

  2. #4982
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

    Default Re: Redirect Loops

    That's the htaccess that's in the SSU install package and what I have running on my site. What more did you need?

  3. #4983
    Join Date
    Dec 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Quote Originally Posted by abcisme View Post
    That's the htaccess that's in the SSU install package and what I have running on my site. What more did you need?
    I tried it but the rules are wrong, thanks anyway.

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

    Default Re: Redirect Loops

    Quote Originally Posted by Ducati87 View Post
    I tried it but the rules are wrong, thanks anyway.
    and without any further description beside the preverbial "it's broken" no one can help you further either.. The rules are wrong you say??? What happens?? Do birds fly out of your monitor?? do you get errors?? what errors? Are there flames shooting out of your website??? do they happen on ALL pages or just certain pages?? The point is, statements like "it's broken" or "it didn't work" don't give the community enough information to help you.. So help us help you.. Provide MORE information.. and a link to the site is also VERY useful..
    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.

  5. #4985
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Quote Originally Posted by Ducati87 View Post
    I tried it but the rules are wrong, thanks anyway.
    Below is my SSU portion of my ssu site htaccess.

    What are using as your RewriteBase? Just the slash, or a slash followed by a folder?

    Also, was it Simple SEO URL you are using? Because this is the code.

    And yes, more info and a link would be helpful.

    Also note that this mod is probably headed for extinction, as no coder appears to be working on a 1.5 upgrade.* I'll probably switch to the 1.5 Ultimate SEO URL when I upgrade my SSU site below.

    sph
    www.fashion-mart.biz (my SSU site)

    *Maybe I'll do a quick 1.5 fantastico demo install and see if this mod works as is.


    #### 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 /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    #RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU
    Last edited by SPH; 5 May 2012 at 12:36 AM.

  6. #4986
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Redirect Loops

    Nope, quick fantastico 1.5 test install, SSU didn't work.

    The prior required module - module manager - didn't show in 1.5 admin but I managed to manually get it up. But it didn't "read" SSU and I didn't get it up at all. I deleted the fantastico 1.5 zencart test install.

    Maybe a coder could quickly adapt these for 1.5 but I cannot. So it's goodbye to SSU for me....

    Hello Ultimate SEO URL? Works every time for me fresh 1.5 install.
    Last edited by SPH; 5 May 2012 at 01:41 AM.

  7. #4987
    Join Date
    Oct 2007
    Posts
    63
    Plugin Contributions
    0

    Default Re: Redirect Loops

    There seems to be a problem with my urls and there is a 'zenid####' attached to the end of each page..is that normal?

    For instance-
    thisishooligan.com/press-ezp-25.html?zenid=5nlpkeocmb2oj46h055pars0n7

    Help?

  8. #4988
    Join Date
    Jun 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    After trying to install this module months and months ago, I got frustrated and gave up on it. The other day I decided to give it another shot, and I'm so, so close to getting it to work right, but I just can't seem to get it there. After an exhaustive and exhausting search of this support thread, I've finally decided to ask for help directly.

    The core problem I'm having is that additional images no longer work with Simple SEO turned on. I know this has been covered in previous posts, and I've checked the Exclude List in the Configuration panel, and it's exactly as it should be. For some reason it seems as if the Exclude List isn't working. This led me to check the config.php file. In it, the lines of code dealing with the two exclusion lists are commented out:
    //'pages_excluded_list' => explode(',', SSU_EXCLUDE_LIST),
    //'queries_excluded_list' => explode(',', SSU_QUERY_EXCLUDE_LIST)
    When I tried to uncomment these lines, the site throws a 500 error. This led to an investigation into the .htaccess file which, again, looks exactly as it should, according to the installation instructions and ssu_check.php.

    So I'm officially out of ideas. If anybody else has experienced and solved this problem or maybe knows what I'm failing to notice, I would be extremely grateful.

  9. #4989
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello.
    I installed the new versin 3.8.5 and it's work fine on my test site. But my language is bulgarian and the cyrilic characters are not showing!
    Only c.2. .. not мъжки.часовници.c.2.
    Please help me to fix this issue

    Regards,
    PS - www.test.sinstore.eu

  10. #4990
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by elenkov View Post
    Hello.
    I installed the new versin 3.8.5 and it's work fine on my test site. But my language is bulgarian and the cyrilic characters are not showing!
    Only c.2. .. not мъжки.часовници.c.2.
    Please help me to fix this issue

    Regards,
    PS - www.test.sinstore.eu
    I forgot to say the multi language is set to true

 

 

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