Hi, This is my first post, and I am new to Zen Cart, so here goes...I am using Zen version 1.50. I installed this version 10/23/12, and have only added one module..Image Handler 4. I have turned off may of the default banners, and only modified the size of the main page, so when I added Ultimate SEO 2.211, I figured I could just install it as is without merging any files. I followed the steps as listed in the instructions, being sure to use the "1_affected_files_150", and then the remaining files 2_new_files, 3_htaccess and 4_install. In the admin I saw the install successful message, and here are the current settings in the admin: I used FileZilla to transfer the files from my home computer
###############################################################################_
Ultimate SEO
Title Value Action
Ultimate SEO Version 2.211
Enable SEO URLs? true
Generate cPath parameters off
Rewritten URLs end with .html
Format of rewritten URLs original
Categories as directories short
Enter PCRE filter rules for generated URLs
Enter special character conversions
Remove all non-alphanumeric characters? special
Filter Short Words 0
Enter pages to allow rewrite
Choose URL Rewrite Type rewrite
Enable automatic redirects? false
Enable SEO cache to save queries? true
Enable product cache? true
Enable categories cache? true
Enable manufacturers cache? true
Enable ez pages cache? true
Reset SEO URLs Cache false
################################################################################ ######################################################################___
Below is the is the current .htaccess file.
###############################################################################
# Common directives
###############################################################################
# NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks
Options +SymLinksIfOwnerMatch
RewriteEngine on
RewriteBase /thewoodsmithcarvings/
###############################################################################
# Start Ultimate SEO URLs
###############################################################################
# Handles the new URL formats
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$4&cPath=$2&%{QUERY_STRING } [L]
# Original (unchanged) URL formats
RewriteRule ^(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pr-([0-9]+)(.*)$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pri-([0-9]+)(.*)$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-ezp-([0-9]+)(.*)$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-([0-9_]+)(.*)$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
################################################################################ ##############################
I don't know what the problem is, but my urls aren't being rewritten. Here is my site url www.thewoodsmithcarvings.com . I have noticed after the main url I get two forward slashes "//" after the .com, when choosing a category and product. I have read through the thred, and haven't found anything specific to this problem. My host is Hostmonster.Another issue is I don't seem to have an error log with this site. This site is an add-on, so it was installed under the public_html directory, and the only error.log file is under the public_html directory, and none under thewoodsmithcarvings directory. I currently have a ticket created with my host to find out if there are any issues with them, but haven't heard anything yet. I hope you can help, and I hope it's something obvious to you, and an easy fix. Crossing my fingers. Thanks in advance!!!
Bookmarks