Page 54 of 291 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 2907
  1. #531
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Dear Ceon:
    Thanks for your so nice module, but it is very slow when use to a website which more than 10000 products. it will be more than 50,000 records in uri fileds.
    My server is high quality, xeon dual core, 4g memery.
    it takes more than 4 secs even one visitor online on category page though i cut many unused function.

    in database no index and module no cache function. Would you please offer a better idear for the huge site?

    Then i think it is very perfect.

    Best regards!

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by 87599875 View Post
    Thanks for your so nice module, but it is very slow when use to a website which more than 10000 products.
    I think you must be posting on the wrong thread. The URI mapping module can use as little as one SQL query per page load and at most 2 queries per page load. It then uses one query per link generation. That can't possibly be heavy. The module is, quite simply, lightweight.

    If you are having slow-downs it's nothing to do with this module. You must have set up your server wrong.

    All the best...

    Conor
    ceon

  3. #533
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Ceon
    I'm a Zen Cart newbie so hopefully this isn't too stupid a question....
    I've installed your module and followed teh instructions but when I try to access the module for the first time through my admin pages I get this error:

    The requested URL /my-admin-folder/FILENAME_CEON_URI_MAPPING_CONFIG.php was not found on this server.

    (I have replaced the actuual name of my admin folder with with 'my-admin-folder' above and in the htaccess example below)

    My Zen cart installation is in the root and I have created a .htaccess file with the following lines as per your configuration instructions:

    ## Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/my-admin-folder.* [NC]

    But I'm not getting anywhere.

    I'm guessing that I've mucked something up - any ideas what I should look at?

    Thanks
    Matt

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Matt,

    Quote Originally Posted by matt-h View Post
    I've installed your module and followed teh instructions but when I try to access the module for the first time through my admin pages I get this error:
    You've missed uploading at least one of the files. You should reupload them. If you still have problems then it's probably your FTP software.. in which case I'd suggest downloading and using the free FireFTP extension for Firefox.

    The file you are definitely missing is

    admin/includes/extra_datafiles/ceon_uri_mapping_filenames.php

    You may be missing others.

    Hope you like the software!

    All the best...

    Conor
    ceon

  5. #535
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi

    I've just checked and ceon_uri_mapping_filenames.php in definitely in my /httpdocs/my-admin-folder/includes/extra_datafiles

    I'm using cuteFTP and don't normally have problems with that.

    Do I need to take into account that my files are all in the httpdocs folder?

    Thanks

  6. #536
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi
    Sorry to be a pita.

    I've re-uploaded everything and double checked all the files are where they should be.

    Now I have a different issue, in as much as my admin pages are blank :)

    I have updated my htaccess file to this:

    RewriteEngine On

    # 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} !^/my-admin-folder.* [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)
    RewriteRule (.*) index.php?%{QUERY_STRING} [L]


    Any ideas?

    thank you
    Matt

  7. #537
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    I think you must be posting on the wrong thread. The URI mapping module can use as little as one SQL query per page load and at most 2 queries per page load. It then uses one query per link generation. That can't possibly be heavy. The module is, quite simply, lightweight.

    If you are having slow-downs it's nothing to do with this module. You must have set up your server wrong.

    All the best...

    Conor
    ceon
    I don't think so. I use zen cart more than 1 years, and know a few codes and server information. and i like ceon uri very much. check carefully, and test many times. i can make sure the heavy query issue. would you please check it in example which 10000+ products in your pc? Thanks very much.

  8. #538
    Join Date
    Jun 2007
    Location
    Templeton, CA
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Thanks so much for the Ceon URI Mapping module -- I far prefer the control your approach gives me to an automated URL generator.

    I do have one question about translated pages -- I have set up several mappings to spanish (e.g. http://www.mydomain.com/spanish/my-product.html), but if I go straight to the mapped URL, the page is in english (my zen cart default language). Is this the correct behavior for the module? If so, shouldn't the behavior be that the URL over-rides the default language -- otherwise, search engines will see the same content for both www.mydomain.com/product.html and www.mydomain.com/spanish/product.html.

    Thanks in advance, and thanks again for a great contribution!
    Scott

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by applynx View Post
    Thanks so much for the Ceon URI Mapping module -- I far prefer the control your approach gives me to an automated URL generator.
    I'm glad you like it! :)

    Quote Originally Posted by applynx View Post
    If so, shouldn't the behavior be that the URL over-rides the default language -- otherwise, search engines will see the same content for both
    You're right.. that would definitely be logical and is the way I'd expect it to work. I would therefore consider the current behaviour a bug - thanks for bringing it to my attention.

    I'll update the module to automatically reset the current session's language ID to that matched by the URI mapping (if it matches one language only).

    If the URI mapping is the same for several languages, then I'll make it that it uses the current session's language, if that is one of the languages the URI mapping matches, or falls back to the default language for the site.

    I think that sounds like the correct behaviour?

    All the best...

    Conor
    ceon

  10. #540
    Join Date
    Sep 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi there,

    I installed the Ceon URI module and it is working, but I only have one problem.

    When I have the module on, images are broken in my product page, but also the language flags in the sidebox. When I turn the module off the images are shown good.

    Could this be something to do with the rewriting in .htaccess file?

    This is my .htaccess file:

    RewriteEngine On

    # ONLY rewrite URIs beginning with /shop/
    RewriteCond %{REQUEST_URI} ^/shop/.* [NC]

    # 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} !^/shop/mypanel.* [NC]

    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/shop/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)
    RewriteRule (.*) /shop/index.php?%{QUERY_STRING} [L]

    I couldn't find the answer in the posts, so I hope someone knows a solution for this.

 

 

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