Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
Dilani_Ruwanmali
hi coner,
still its not working,it gives 500 internal server error.i am really new to this rewritable thing.Is there any other things to do to complete the Apache rewritable rule.:wacko::cry::cry::cry:
I'm terribly sorry but if that doesn't fix it I have no other suggestions! You'll have to get your server people (or someone else) to debug this. The rule you posted should work either as posted or with the modification I posted above. If it doesn't I really don't know what else to try!
Sorry I can't be of more help.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
hi conor,
After installing the SEO mod and making the categories and pages have their own SEO URI, everything is fine.
However, when I visit /catalog/ or /catalog/index.php , I keep getting a 404 message but when I type /catalog/index.php?main_page=index, everything is fine.
Here is my .htaccess file for the catalog.
Quote:
RewriteEngine On
# ONLY rewrite URIs beginning with /catalog/
RewriteCond %{REQUEST_URI} ^/catalog/.* [NC]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/catalog/backoffice.* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/catalog/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]
There may be a conflict between this and the wordpress SEO however, I don't see the Wordpress error page, I keep seeing ZenCart's.
Here is the relevant portion of the Wordpress SEO
Quote:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If anyone is familiar with the Apache syntax, can you help?
Re: Ceon URI Mapping (SEO)
Hi, conor, Any idea when the URI Mappings Manager will be available? It's really a big job to generate thousands of products one by one, thanks!
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
ed20
Hi, conor, Any idea when the URI Mappings Manager will be available? It's really a big job to generate thousands of products one by one, thanks!
URI Mappings Manager is a commercial product, so Conor can't discuss it here on the forum..
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
If you can get IIS to use RewriteRules the module should work fine with it.
At Ceon we only use Apache so the only instructions included with the module are for that webserver. Unfortunately no-one using IIS has got a working RewriteRule for it or simply hasn't contributed that information here or forwarded it on to us. :(
If you do get it working with IIS please let us know how and I'll add the instructions to the documentation for the benefit of others!
All the best...
Conor
ceon
Conor
I wanted to let you know that CEON Module is working fine for IIS6/7 with third party tool ISAPI Rewrite except add to cart button. I am working with ISAPI Rewrite support team to make it work.
Related discussion thread is at below location if any one is intrested in
http://www.helicontech.com/forum/for...4227-TPN-1.htm
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
mamin
Conor
I wanted to let you know that CEON Module is working fine for IIS6/7 with third party tool ISAPI Rewrite except add to cart button. I am working with ISAPI Rewrite support team to make it work.
Related discussion thread is at below location if any one is intrested in
http://www.helicontech.com/forum/for...4227-TPN-1.htm
Conor,
I need your help making CEON Addon work with IIS7 and ISAP_Rewrite 3.0 version. Most part works except the Add to cart.
you can see what is happening at below:
http://www.brands4less.ca/for-men/me...ripe?cPath=1_6
I am trying to fix this issue by bypassing following URL pattern so ISAPI Rewrite tool does not do anything and let IIS process request without any modification. URL I am trying to bypass is below:
/index.php?main_page=product_info&products_id=3&cPath=1_6&number_of_uploads=0&act ion=add_product
and
/for-men/mens-shirts/mens-shirt-with-stripe?cPath=1_6&number_of_uploads=0&action=add_product
Basically bypass any URL which has action=add_product.
My question to you whether it is right way of doing it or not. In fact it is not working after bypassing this pattern. Can you please help me answer question at URL below discussion:
http://www.helicontech.com/forum/for...-amp;TPN-1.htm
See the post "Posted: 19 March 2010 at 10:23am"
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
mamin
I need your help making CEON Addon work with IIS7 and ISAP_Rewrite 3.0 version. Most part works except the Add to cart.
I'm terribly sorry but the free support for this module does not extend to getting it working with IIS. I'd really love to help but I'm very busy with other projects and just don't have time I can spare getting familiar with IIS.
If someone could find a way to make days at least 48 hours long I'd greatly appreciate it!
If you do get this working please let us know here and I'll add the information to the docs for others.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
I have competed a few successful installs of CEON and I think it is great.
I want to upgrade a site from Ultimate SEO to CEON.
I removed SEO using this info
http://www.magic-seo-url.com/zencart...-seo-urls.html
and the installed CEON to
www.classicalchandeliers.co.uk
I get the entry under admin/ modules to configure but no entry under admin/configuration!!!!
You can change the URLS's for categories and products but this is not working on the URL rewite.
Would you have any advise as to what I should do to resolve?
thanks/ Paul
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
ptowers49
I have competed a few successful installs of CEON and I think it is great.
I'm glad that you like the software and are using it on several sites successfully!
Quote:
Originally Posted by
ptowers49
I get the entry under admin/ modules to configure but no entry under admin/configuration!!!!
You can change the URLS's for categories and products but this is not working on the URL rewite.
Sounds like something went wrong during the database creation process. You will have to either manually create the missing database options or you can remove the URI mapping config table and go back to the config utility to try and have it recreate the database and add the admin config options.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
thanks Conor,
how can I
1. remove URI mapping config table? or
2. Create the missing database options?
or please point me in the direction of some documentation
thanks/ Paul