Page 116 of 291 FirstFirst ... 1666106114115116117118126166216 ... LastLast
Results 1,151 to 1,160 of 2907
  1. #1151
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Reading over things again that seems clear now.. must be a bit too late for me here I think!

    Thanks for the help/comments as usual DivaVocals!

    All the best..

    Conor
    ceon
    You're welcome..

  2. #1152
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Guys,

    What a great mod this is...


    But the queston I have is we have forums and gallerys also on our server.

    This mod works a treat but I have not been able to get therewrite rule working so it exludes the forums

    We use http://<URL>/forums and http://<URL>/gallerys

    When this mod is active, when you go to the forums or gallerys, we just get a page is not found.

    Can anyone give me any pointers?

    Regards

  3. #1153
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Chris,

    Quote Originally Posted by Chris_T View Post
    What a great mod this is...
    I'm glad you like it and find it useful for your site.. I'm starting to see a pattern in that.. :)

    Quote Originally Posted by Chris_T View Post
    Can anyone give me any pointers?
    It appears you haven't read the documentation? You should always take a look at the docs that come with software!

    The third entry in the FAQs (Frequently Asked Questions) is:

    "The module is blocking access to part of the site (e.g. the site's control panel)!"

    which leads to part of the configuration section you should have read:

    "Adding exceptions to the rule to prevent particular addresses (e.g. Control Panels etc.) being handled by Zen Cart"

    You have to add the following to your htaccess file, before the RewriteRule line:

    Code:
    # Don't rewrite forums/gallerys directories
    RewriteCond %{REQUEST_URI} !/^forums.* [NC]
    RewriteCond %{REQUEST_URI} !/^gallerys.* [NC]
    I have to point out as well that there's no such word as "gallerys".. it's "galleries"! :)

    All the best..

    Conor
    ceon

  4. #1154
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Wow,

    Thanks for the quick reply.....

    I do apologise in advance for my stupidity, but should the rewrite rulles look like this?

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/admin.* [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors.* [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel.* [NC]
    RewriteCond %{REQUEST_URI} !/frontend.* [NC]
    # Handle all other URIs using Zen Cart (index.php)
    RewriteCond %{REQUEST_URI} !/^forums/.* [NC]
    RewriteCond %{REQUEST_URI} !/^gallerys/.* [NC]
    RewriteRule (.*) index.php?%{QUERY_STRING} [L]

    With the gallerys thing what the customer wants they get :-)

    Cheers

  5. #1155
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    I made a rather obvious typo there.

    The ^ is in the wrong place. It should be:

    Code:
    # Don't rewrite forums/gallerys directories
    RewriteCond %{REQUEST_URI} !^/forums.* [NC]
    RewriteCond %{REQUEST_URI} !^/gallerys.* [NC]
    Once you make that change everything should work fine, your client's .htaccess file is fine.

    Quote Originally Posted by Chris_T View Post
    With the gallerys thing what the customer wants they get :-)
    Just tell them that they'll get no results on google if they spell it wrong and they'll wise up and use "proper" words!

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Just tell them that they'll get no results on google if they spell it wrong and they'll wise up and use "proper" words!
    Nods in agreement.. Plus customers really judge online store harshly where there is poor grammar and mis-spellings

  7. #1157
    Join Date
    Mar 2006
    Posts
    71
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    Just to add to this, in my experience, some of these fly-out menus use javascript to drive the menu behavior.. If this is the case for you perhaps a CSS only menu might help.. Not sure what horizontal menu you are using now, but here's some links you might be interested in.

    I LOVE this site:
    http://www.cssplay.co.uk/
    This guy has all kinds of CSS only solutions.. VERY cool stuff..

    I am using this horizontal menu contrib with Ceon URI with no lag issues whatsoever.
    http://www.zen-cart.com/index.php?ma...roducts_id=479
    I have this menu working but i'm generating around 60 links between 6 different categories on the drop down menu, do you think this couldbe the problem.

    Thanks
    Brad

  8. #1158
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by websightdesign View Post
    I have this menu working but i'm generating around 60 links between 6 different categories on the drop down menu, do you think this couldbe the problem.

    Thanks
    Brad
    This question would be better posed on the support thread for the menu contribution.. The mod author can answer your question better than I could..

  9. #1159
    Join Date
    Feb 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi
    Just downloaded an install URI Mapping but seem to be getting a extra /


    "www.myshop.co.uk//specials"

    any ideas

  10. #1160
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    [quote=fita1440;845184Just downloaded an install URI Mapping but seem to be getting a extra /[/quote]

    Check your DIR_WS_CATALOG setting in includes/configure.php (it should be a single slash). Otherwise quite simply you must be entering two slashes when adding the URIs manually to the database.

    All the best...

    Conor
    ceon

 

 

Similar Threads

  1. 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
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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