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.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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
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
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.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.
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
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.
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.
![]()
Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com
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
Bookmarks