Page 155 of 506 FirstFirst ... 55105145153154155156157165205255 ... LastLast
Results 1,541 to 1,550 of 5054
  1. #1541
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    hey yellow,
    what would you recommend when i want to link to internal category from ezpage?
    do i use
    /shop/mynice-cat-c-91
    /shop/index.php?mainpage=curl=c-91
    or
    something different?

    this one confuses me for a while and can't find a good answer.
    cheers,
    Jeroen

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

    Default Re: Simple SEO URL [support thread]

    Im not sure what you mean?
    Oh..., use this
    index.php?main_page=index&cpath=91
    Quote Originally Posted by nagelkruid View Post
    hey yellow,
    what would you recommend when i want to link to internal category from ezpage?
    do i use
    /shop/mynice-cat-c-91
    /shop/index.php?mainpage=curl=c-91
    or
    something different?

    this one confuses me for a while and can't find a good answer.
    cheers,
    Jeroen
    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. #1543
    Join Date
    Nov 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Is this link down at the moment ??

    https://svn.rubikintegration.com/zen...hared_classes/)

    As i am banging my head trying to get Simple SEO installed and becasue i need module manager, which the shared_classes, i don't know where to start.

    Tried the Rev 15 (install) of module manager, but it appears to just hang in SIte manager and not fully install... any ideas.. ??

    I have got my site ready to go live and want to put the SEO first, but am suddenly stumped lol

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Munchie75 View Post
    Is this link down at the moment ??

    https://svn.rubikintegration.com/zen...hared_classes/)

    As i am banging my head trying to get Simple SEO installed and becasue i need module manager, which the shared_classes, i don't know where to start.

    Tried the Rev 15 (install) of module manager, but it appears to just hang in SIte manager and not fully install... any ideas.. ??

    I have got my site ready to go live and want to put the SEO first, but am suddenly stumped lol
    That link is down for like....forever.

    The module manager can be found here:
    http://code.google.com/p/zencart-mod...downloads/list

    And as for SSU versions, please use:
    http://public.rubikintegration.com/
    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. #1545
    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

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

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

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

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

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

 

 

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