Page 241 of 291 FirstFirst ... 141191231239240241242243251 ... LastLast
Results 2,401 to 2,410 of 2907
  1. #2401
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    It looks like your database user doesn't have the necessary permissions to be able to create a database table. You'll have to talk to your hosts or your webdeveloper to get this changed.



    It would seem so.

    All the best..

    Conor
    Now ive fixed that, was problem with my premissions!

    Now im working with setting up the rewrite rule. Is it 3.Modifying the rule for stores which have renamed the admin directory.
    i should follow?

    my .htaccess file is in the admin_login folder dont have any admin folder..

    /Andreas

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Andreas,

    Quote Originally Posted by antan88 View Post
    Now ive fixed that, was problem with my premissions!
    Glad to hear that.

    Quote Originally Posted by antan88 View Post
    Now im working with setting up the rewrite rule. Is it 3.Modifying the rule for stores which have renamed the admin directory.
    i should follow?
    Please read the instructions again, carefully, and follow them.

    Quote Originally Posted by antan88 View Post
    my .htaccess file is in the admin_login folder dont have any admin folder..
    No, you DON'T put the rule inside the .htaccess file which is in your admin folder.

    The instructions very clearly say to put it in the same folder your main store's index.php file is in. If no ,htaccses file exists there yet create it, and adjust the admin "exclusion" as per the instructions.

    If you read the instructions again and follow them, you should have things working in a few minutes! :)

    All the best..

    Conor
    ceon

  3. #2403
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Andreas,



    Glad to hear that.



    Please read the instructions again, carefully, and follow them.



    No, you DON'T put the rule inside the .htaccess file which is in your admin folder.

    The instructions very clearly say to put it in the same folder your main store's index.php file is in. If no ,htaccses file exists there yet create it, and adjust the admin "exclusion" as per the instructions.

    If you read the instructions again and follow them, you should have things working in a few minutes! :)

    All the best..

    Conor
    ceon
    Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.

    I dont understand what file i will add the rule to and what number im gonna follow, 3.1 3.2 or 3.3..

    i have one index.php in the public_html folder and one in the admin_login folder. In the admin_login folder there is a .access file

    I'm sorry but i dont understand..

  4. #2404
    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 antan88 View Post
    Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.
    Okay, I'll take the time to specifically help you with your site in this way... which is a little unfair on me as it's not my responsibility to translate documentation for people who can't speak the language well enough themselves.

    If there is no .htaccess file in your store's MAIN directory (the public_html folder), create one and add the following, otherwise add the following to the existing .htaccess file.

    Do NOT use the .htaccess file in your store's admin directory, which apparently is called "admin_login".

    Code:
    RewriteEngine On
    
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/admin_login [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 [QSA,L]
    That should be all you need to do.

    All the best..

    Conor
    ceon
    Last edited by conor; 15 Feb 2011 at 07:03 PM.

  5. #2405
    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 antan88 View Post
    Yes but the problem is that im not so good at english so i have problems with the understanding and im a total newbie on this.
    Just a suggestion.. but why not use Google translate then to translate the readme into your native language.. http://translate.google.com/
    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.

  6. #2406
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Not too bad, thanks, how are you?



    You'll need to DROP the ceon_urim_mapping_configs database table and go bac to Modules - Ceon URI Mapping.

    When the table is recreated the option should be added to the configuration menu.

    If that doesn't happen then you've a problem with the MySQL/PHP setup on your site.

    Hope that helps..

    Conor
    ceon
    I'm great now thanks to you Conor. Have now installed onto live site www.shabbylane.co.uk and tested on one category (the rest will follow at a more sensible hour). Working perfectly
    I'm going to buy you a pint!

  7. #2407
    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 picandnix View Post
    I'm great now thanks to you Conor. Have now installed onto live site www.shabbylane.co.uk and tested on one category (the rest will follow at a more sensible hour). Working perfectly
    Glad that that was all you needed to get things sorted.. I'd imagine the database just stumbled the first time.. for some unknown reason of course (isn't it always! ;) ).

    Quote Originally Posted by picandnix View Post
    I'm going to buy you a pint!
    That's very rare for anyone to do and very good of you to say, thanks, it'll definitely be appreciated! :)

    All the best...

    Conor
    ceon

  8. #2408
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I Installed Everything for Ceon URI Mapping
    Enable URI Mapping

    Product was added and "checked" Tick this box to have the URI auto-generated for this product.
    Previewed the product and was good
    Problem
    I clicked the link
    http://theherandhis.com/candles/mint...4.7oz?cPath=70
    And get
    a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I read and searched through the forum but not a straight answer for my problem.
    Also with the E-Z PAGES got 404 not found error

    Please Help Me get this solved

    Using v1.3.9g
    Addons:
    Apsona Shop Admin Installed - Before Ceon URI

  9. #2409
    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 designhead View Post
    I Installed Everything for Ceon URI Mapping
    Enable URI Mapping

    Product was added and "checked" Tick this box to have the URI auto-generated for this product.
    Previewed the product and was good
    Problem
    I clicked the link
    http://theherandhis.com/candles/mint...4.7oz?cPath=70
    And get
    a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I read and searched through the forum but not a straight answer for my problem.
    Also with the E-Z PAGES got 404 not found error

    Please Help Me get this solved

    Using v1.3.9g
    Addons:
    Apsona Shop Admin Installed - Before Ceon URI
    If you search through this support thread you would have seen that 404 errors consistently mean you either do not have an .htaccess file or do not have it setup correctly.. (the posts from the last few days for example..) Please read the readme instructions on how to setup yout .htaccess file..
    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.

  10. #2410
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I want to thank you very much! now i got it working and i have nice urls in my shop!

    Very nice support and fast answers, many many thanks!

    /Andreas

 

 

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