Page 104 of 245 FirstFirst ... 45494102103104105106114154204 ... LastLast
Results 1,031 to 1,040 of 2445
  1. #1031
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    Your .htaccess file is not sending URIs including alphanumbericals, a dash "-", and end with ".html" to index.php. You need to update your .htaccess file.
    I tested adding the same category URI (/medieval-clothing.html), and had no issue.. (I of course did not tick the auto generate checkbox) I used the same suggested rule that Conor's documents suggest for URI's ending in ".html"..
    Code:
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html)$ [NC]
    Last edited by DivaVocals; 28 Jan 2013 at 04:38 PM.
    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.

  2. #1032
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    I tested adding the same category URI (/medieval-clothing.html), and had no issue.. (I of course did not tick the auto generate checkbox) I used the same suggested rule that Conor's documents suggest for URI's ending in ".html"...
    Yup, that should work using the "stock" CEON .htaccess file. I am not sure what is different in tyankee's file, but if you follow the link provided you will see a generic Apache 404 error message.

    If you try typing in some other invalid links without a dash "-" you will see the Zen Cart 404 error message.

    This indicates a high possibility tyankee's .htaccess file is not actually sending the request to Zen Cart when a dash "-" is in the URI.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  3. #1033
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    Your .htaccess file is not sending URIs including alphanumbericals, a dash "-", and end with ".html" to index.php. You need to update your .htaccess file.

    huh?? did you read my post?? it sends the product ones fine - just not the category ones.. here's one it sends fine - http://medievalclothing.co/monksrobe.html - that one has html in it..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  4. #1034
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    I tested adding the same category URI (/medieval-clothing.html), and had no issue.. (I of course did not tick the auto generate checkbox) I used the same suggested rule that Conor's documents suggest for URI's ending in ".html"..
    Code:
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html)$ [NC]
    as you can see in previous posts by htaccess file is the same as his recommendation and DOES work for product URI redirects - just not the category ones..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  5. #1035
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    as you can see in previous posts by htaccess file is the same as his recommendation and DOES work for product URI redirects - just not the category ones..
    oh and of course i didn't tick the auto-generate box either..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    Yup, that should work using the "stock" CEON .htaccess file. I am not sure what is different in tyankee's file, but if you follow the link provided you will see a generic Apache 404 error message.

    If you try typing in some other invalid links without a dash "-" you will see the Zen Cart 404 error message.

    This indicates a high possibility tyankee's .htaccess file is not actually sending the request to Zen Cart when a dash "-" is in the URI.
    Why would it work for my test setup then?? I have the same directive in my test site's .htaccess file that Conor suggests, and both categories and products work just fine with dashes and the ".html" file extension..
    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.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    as you can see in previous posts by htaccess file is the same as his recommendation and DOES work for product URI redirects - just not the category ones..
    Then my other recommendation at this point is probably in order.. You might need to hire someone to help you get this all setup for you..
    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.

  8. #1038
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ceon URI Mapping v4.x

    tyankee
    You need to rename your admin folder. The name you picked is too easy to guess / find and may be a large cause of the issues you are encountering. Please use a random sequence of letters and numbers.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    tyankee
    You need to rename your admin folder. The name you picked is too easy to guess / find and may be a large cause of the issues you are encountering. Please use a random sequence of letters and numbers.
    **nods in agreement**

    As a suggestion, I personally like to use this site to generate a random sequence of numbers that I use as a part of my client's admin folder name: http://www.random.org/passwords/. I append the sequence generated to the word(s) admin or control or manage to make up the admin directory name.
    ie: managepL8uhGXQRd9htnPP or adminpL8uhGXQRd9htnPP
    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. #1040
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by lhungil View Post
    tyankee
    You need to rename your admin folder. The name you picked is too easy to guess / find and may be a large cause of the issues you are encountering. Please use a random sequence of letters and numbers.

    is this a joke?? how in the world would anyone think this would affect the URI redirection of the CEON module?? yikes.. as for the folder name, that may be a good suggestion but it has NOTHING to do with this problem.
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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