Page 103 of 245 FirstFirst ... 35393101102103104105113153203 ... LastLast
Results 1,021 to 1,030 of 2445
  1. #1021
    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
    btw, i see where you might be a Mustang afficionado?? if so, did you check out my mustang site at http://mustangtraderonline.com. used to be our number #1 with over 20000 visitors per day - until Penguin..
    Yep.. drag race and have a hubby who is the Senior Tech Editor of the number one 5.0 Mustang publication. He might be familiar with your site..
    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. #1022
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by tyankee View Post
    there is NO URI field that shows when you edit a product.. there is a field called Products URL and a field called URI Mapping.. i entered gc1041017.html in the URI Mapping field and when i accessed the product sure enough it tried to find gc1041017.html but came up with a 404 page not found.
    Post your .htaccess file so we can take a look at it. This way we can see whatsgoing on.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by countrycharm View Post
    Post your .htaccess file so we can take a look at it. This way we can see whatsgoing on.
    it's just the standard htaccess that he recommends:

    ## BEGIN CEON URI MAPPING REWRITE RULE

    RewriteEngine On

    # 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]
    # Don't rewrite any URIs for some, popular specific file format extensions,
    # which are not covered by main file extension condition above
    RewriteCond %{REQUEST_URI} !\.(mp3|mp4|h264)$ [NC]
    # Don't rewrite any URIs for some specific file format extensions,
    # which are not covered by main file extension condition above
    # Uncomment the following line to apply this condition! (Remove the # at the start of the next line)
    #RewriteCond %{REQUEST_URI} !\.(3gp|3g2|h261|h263|mj2|mjp2|mp4v|mpg4|m1v|m2v|m4u|f4v|m4v|3dml)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/backend [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]
    # Don't rewrite logs directory
    RewriteCond %{REQUEST_URI} !^/logs/ [NC]
    # Don't rewrite catalog directory
    RewriteCond %{REQUEST_URI} !^/catalog/ [NC]
    # Don't rewrite tempEP directory
    RewriteCond %{REQUEST_URI} !^/tempEP/ [NC]
    # Handle all other URIs using Zen Cart (its index.php)
    RewriteRule .* index.php [QSA,L]

    ## END CEON URI MAPPING REWRITE RULE
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    URI Mapping field = URI field..

    and you are probably getting the 404 error because you have not updated the .htaccess file as per the instructions in the section I keep referring you to.. (sorry.. not trying to be a PITA, but this is a KEY part of accomplishing what you want)
    so are so corrrect Keem-O-Sabe.. i updated the htaccess and now that's i've put the different pieces in place i think i got it.. so sorry to be a PITA here but i guess when you're a newbie, you ask dumb questions, hoping for smart answers.. so now it looks like i only have to put my OLD URL into the URI Mapping field and my new URL's will match my old ones. perfect.. thanks again..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Yep.. drag race and have a hubby who is the Senior Tech Editor of the number one 5.0 Mustang publication. He might be familiar with your site..
    he might be as we were #1 for the biggest keywords - mustangs for sale, and mustang for sale for 6 years in a row - until Penguin.. is that 5.0 mustangs and Super Fords?? maybe we could do some business together..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  6. #1026
    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
    so are so corrrect Keem-O-Sabe.. i updated the htaccess and now that's i've put the different pieces in place i think i got it.. so sorry to be a PITA here but i guess when you're a newbie, you ask dumb questions, hoping for smart answers.. so now it looks like i only have to put my OLD URL into the URI Mapping field and my new URL's will match my old ones. perfect.. thanks again..
    Glad you got it sorted out..
    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. #1027
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Glad you got it sorted out..
    not quite yet.. the product url's work good but the category ones - not so good.. no at all.. i uploaded all the products at http://medievalclothing.co and if you click on the category 'medieval clothing', i get another 404 not found page.. but if you go to a specific product such as http://medievalclothing.co/monksrobe.html - the link works.. is there something special about categories??
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  8. #1028
    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
    not quite yet.. the product url's work good but the category ones - not so good.. no at all.. i uploaded all the products at http://medievalclothing.co and if you click on the category 'medieval clothing', i get another 404 not found page.. but if you go to a specific product such as http://medievalclothing.co/monksrobe.html - the link works.. is there something special about categories??
    Please review the readme.. URI's for categories, products, and EZ pages all work the same way.. If the readme is not clear, then it helps if you can let us know what part needs further clarification..
    Last edited by DivaVocals; 28 Jan 2013 at 06:23 AM.
    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.

  9. #1029
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Please review the readme.. URI's for categories, products, and EZ pages all work the same way.. If the readme is not clear, then it helps if you can let us know what part needs further clarification..
    darn, i think i read it clearly.. i've attached a screenshot showing i entered the value of medieval-clothing.html in the right field.. the only part of the docs i didn't understand is 'Please Remember: URI mappings entered manually must be relative to the root of the site (“/”), and must be the full path to the category. E.g. “/category-one/subcategory-of-category-one”'

    i used the / but don't understand the 'full path' part.. this category is at the root level.
    Name:  2013-01-27_2221.png
Views: 175
Size:  4.4 KB
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

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

    Default Re: Ceon URI Mapping v4.x

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

 

 

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