Easy and work like a champ. Miracle for me.
Easy and work like a champ. Miracle for me.
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.
Hi Randy,
Hope all is well.
Took another 18 hours to get to this stage but I've just e-mailed you a zip of RC1.
Just thought I'd post here in case the zip gets blocked by anti-spam software.
Looking forward to hearing your thoughts (and hopefully not many bug reports! ;) ).
All the best...
Conor
ceon
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.
Just found a page link goes to wrong page with Custom 404 Error message after installing URI mapping. The URI is working fine.
I'm not sure if this is caused by .htaccess file. Please advise if I missing something?
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.
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.
my .htaccess file content:
------------------------------------------------------
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|htm|php)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/myshop [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]
---------------------------------------------------------------
Try to open
xxx.com/xxxxx.html
but get 404 error page
Hi,
Sorry, I don't know why you want to rewrite .html extensions. And no clue whatsoever why you want to rewrite .php extensions.
All the best...
Conor
ceon
Bookmarks