Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Redirect Loops

    nobody have it? I lost it pls!

  2. #2
    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

  3. #3
    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?

  4. #4
    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?

  5. #5
    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.

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    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.

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

  8. #8
    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.

 

 

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

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