Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks for that speedy reply.
    I guess URL's do change over time, and it's a shame we're not able to edit the older posts so people are aware of this.

    I came across the article about redirecting your site:
    http://wiki.rubikintegration.com/zen...www_and_nonwww

    So i amble to write the path of my URLs from:

    http://example.com

    To

    http://www.example.com

    As this is supposed to give me more qualified hits on the actual domain.

    I followed the below instructions but am not getting the redirection.

    # trailing slash
    # If URL-path does not contain a period or end with a slash
    #RewriteCond %{REQUEST_URI} !(\.|/$)
    # add a trailing slash
    #RewriteRule (.*) http://www.example.com/$1/ [R=301,L]
    #
    # Redirect non-www domain requests to www domain
    RewriteCond %{HTTP_HOST} ^example\.
    RewriteRule (.*) http://www.example.com/$1 [R=301,L]


    In the line
    RewriteCond %{HTTP_HOST} ^example\.

    what should i type where 'example' is written, as i think this may be the cause of my problem.

    Many thanks
    Andy

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

    Default Re: Simple SEO URL [support thread]

    example is your site name


    Or you can use this posted by
    nagelkruid
    Here is the code i use.
    It is much more diverse and in the (nl) you can do things like (com|co\.uk|ca|co\.cz) or whatever suits the needs

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\..*
    RewriteCond %{HTTP_HOST} !^$
    RewriteCond %{HTTP_HOST} ^([^.]*)\.(nl)
    RewriteRule ^.*$ http://www.%1.%2%{REQUEST_URI} [R=permanent,L]

    Most important for me was, it won't break webmail.example.nl which we use for webmail.
    In fact, as a bonus, garbageortypos.example.nl will also work and go to the shop :)

    Anyway, just liked to share that, cheers
    Last edited by yellow1912; 7 Dec 2008 at 04:07 PM.
    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

  3. #3
    Join Date
    Sep 2004
    Posts
    120
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I just upgraded from 2.9.6 to 3.2 and got the "Redirect Loop" problem.

    If i just point to the product, i see link ok (www.mysite.com/category_1/product_1/), but when i click on this product i get Redirect problem and link in the URL is like this http://www.mysite.com/categories_nam...svoboditev.p.3


    Before upgrade, all was working fine. Any idea what to do?

    tnx




    Redirect Loop
    Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

    The browser has stopped trying to retrieve the requested item. The site is

    redirecting the request in a way that will never complete.
    * Have you disabled or blocked cookies required by this site?
    * NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration issue and not your computer.

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

    Default Re: Simple SEO URL [support thread]

    Clear cache in admin, see if that solves the problem
    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. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    BTW, where did you get 3.2? The current latest package is ssu_beta_3.4.6(php5).

    And also check if you accidentally over-wrote changes you made in htaccess. PMme link to your site as well, if you still have problem after checking all the above suggestions.
    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

  6. #6
    Join Date
    Sep 2004
    Posts
    120
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I cleared cache few times...no change
    I use ssu_beta_3.4.6(php5).zip (my mistake about 3.2)
    I used htaccess from the original zip file.



    edit: If i clear cache i can open categories (URL is still wrong /categories_name.c.categories_name.c.ke.c.1), but not the products.

    tnx
    Last edited by teva; 8 Dec 2008 at 11:01 AM.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by teva View Post
    I cleared cache few times...no change
    I use ssu_beta_3.4.6(php5).zip (my mistake about 3.2)
    I used htaccess from the original zip file.

    You can check site at http://www.aura-soma.si/

    tnx
    Can you post the htaccess content?

    PS: if you change the delimiter from . to - and clear cache, does the error go away?
    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. #8
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Clear cache in admin, see if that solves the problem
    How do I 'clear cache in admin' or 'clear cache' in general for that matter?

    I'm getting a redirect loop on login and from what i've read in this forum clearing the cache may help.
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  9. #9
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Craft Magick View Post
    How do I 'clear cache in admin' or 'clear cache' in general for that matter?

    I'm getting a redirect loop on login and from what i've read in this forum clearing the cache may help.
    I'm no expert but i think you click the admin -> extras -> manage SSU menu.

    Then the page loads and there is an option to flush cache??

    if that don't work try erasing the cache/ssu directory


    I only been trying to use this mod for the last couple of days so don't rely on my advice.

  10. #10
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by peteboy View Post
    I'm no expert but i think you click the admin -> extras -> manage SSU menu.

    Then the page loads and there is an option to flush cache??

    if that don't work try erasing the cache/ssu directory


    I only been trying to use this mod for the last couple of days so don't rely on my advice.
    aaahhh... EXTRAS... thank you, that was the one I didn't check. Will go clear the cache and now and post back if that fixed the redirect loop error on login.

    thank you
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

 

 

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