Re: Ceon URI Mapping (SEO)
Easy and work like a champ. Miracle for me.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Really? That's your question?
The answer is yes, create one in the root of the site, if your Zen Cart store is in the root of your site.
This is all described in the documentation, which you clearly aren't reading.
I've had to stop working on the new release for a few minutes to answer your question.. which only benefits you.
All the best...
Conor
ceon
Quote:
Originally Posted by
hara
Easy and work like a champ. Miracle for me.
Yep.. It really is easy if you read and follow Conor's well written documentation..
Re: Ceon URI Mapping (SEO)
Hi Randy,
Hope all is well.
Quote:
Originally Posted by
countrycharm
Conor I would be willing to test it out if you need me to. send it to my other email address if you need another tester.
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
Re: Ceon URI Mapping (SEO)
Hey Conor, I'll be happy to load up a copy on my test store too if you need more folks to test.. You have my contact data still I trust??:smile:
Quote:
Originally Posted by
conor
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
Re: Ceon URI Mapping (SEO)
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?
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
hara
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?
and since you've provided NO information -- again (you know like the URL of the page link in question) how do you propose that anyone will be able to advise you??
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
hara
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?
It appears that the issue is related to .htaccess file. I renamed it htaccess_off temporarily and was able to view the right page. I have renamed it back to .htacess. I need to rewrite some part of codes in .htaccess. Hope get professional advise. Thank you.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
hara
It appears that the issue is related to .htaccess file. I renamed it htaccess_off temporarily and was able to view the right page. I have renamed it back to .htacess. I need to rewrite some part of codes in .htaccess. Hope get professional advise. Thank you.
Still you've posted NO information which would allow anyone (professional or otherwise) to assist you.. URLs to th eproblem page and the contents of your .htaccess file would be.. well you know.. kinda useful...
Re: Ceon URI Mapping (SEO)
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
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
hara
but get 404 error page
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