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.
I tried to do the step 4 by creating an .htaccess file in my root (as i can't see any .htaccess exist). The .htaccess as follow:
My admin folder is AK. All the steps is done but the URI link is still not work. Can you help?# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/ak [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
Hi,
That looks good. It should work for the setup you've described.
I'm not sure what's wrong on your server.. possibly .htaccess files can't actually be used on your server?
Please send me FTP and admin details for your site and I'll see if I can identify/fixc the problem.
All the best..
Conor
ceon
After having just had upgrade issues myself I have to agree with Conor, I did an upgrade one version at a time from c - h just copying over the files that changed in each revision. Then after that I went back through the ceon install instructions and altered / replaced any files that the updates overwrote that needed alterations for ceon to work.
So that 5 separate updates I applied and at no point have I disabled ceon once I knew what I was doing. It's actually extremely easy once you re-read the instructions and notes that come with the zencart packages
Ceon is an excellent package and should be made part of the standard release if you ask me! Support is also exemplary!
Last edited by celticwebsolutions; 12 Dec 2010 at 02:39 AM. Reason: late and can't spell/type lol