Hi, This is my first post - I've been reading the forums for quite a while. I've run into a problem installing Ceon URI mapping addon (v3.2.4) in my Zen Cart (v1.3.8a). After searching the forums until my fingers bleed - I'm stumped. I modified my .htaccess file in the root of my store folder and caused some problems - I started getting multiple redirects. I decided to put the .htaccess back the way I found it, but, the multiple redirects continued. I contacted my host - who promplty pointed me to a typo in my CPanel generated .htaccess file. Once this was fixed the multiple redirects stopped, but, now I'm getting a 404 error on my index page (the header, columns and footer load fine - but not the content column). The really weird thing is that the page loads if I type the full address - www.mystore.com/Store/index.php?main_page=index, but, not if I simply type www.mystore.com/Store or www.mystore.com. I know you guys will assume that I have a problem with my htaccess file, but it is the bare minimum configuration:
RewriteEngine on
<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteCond %{HTTP_HOST} ^mystore.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.mystore.com$
RewriteRule ^(.*)$ "http\:\/\/www\.mystore\.com\/Store\/$1" [R=301,L]
Any help or ideas would be greatly appreciated.
Thanks,
zeichcj



