Page 125 of 291 FirstFirst ... 2575115123124125126127135175225 ... LastLast
Results 1,241 to 1,250 of 2907
  1. #1241
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by Dilani_Ruwanmali View Post
    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.
    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

  2. #1242
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default 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.

    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

    # 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?

  3. #1243
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default 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!

  4. #1244
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by ed20 View Post
    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..
    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.

  5. #1245
    Join Date
    Feb 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    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

  6. #1246
    Join Date
    Feb 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by mamin View Post
    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"

  7. #1247
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by mamin View Post
    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

  8. #1248
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default 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

  9. #1249
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by ptowers49 View Post
    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 View Post
    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

  10. #1250
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default 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

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR