Page 49 of 291 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 2907
  1. #481
    Join Date
    Aug 2009
    Location
    Alvin, Texas
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by kfarrell View Post
    Uh Oh... Now I can't log in to the admin console at all. I was in, and everything was fine--I didn't even change anything, then I got logged out and I can't log back in. I tried adding a new admin user in the database, but that user can't log in either.
    Got out of that one... I deleted my temp internet files and restarted my browser and got back in.

    Still can't work with EZ-Pages though. Sigh.

  2. #482
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Idea or Suggestion Re: Ceon URI Mapping (SEO)

    Hello Conor,
    I am freshman of zen cart and Ceon URI Mapping, I Used ultimate_seo_urls, but when I found Ceon URI Mapping is much more better than that, so I change to install Ceon URI Mapping mapping according to your installation instruction, I copy all the files folders in the "files" and "1.3.8a" folder in the modified_core_files, then paste them into our website root. I log in the admin, and I found the Ceon URI Mapping is there,

    But I found my web url is still dynamic, I think I have some wrong operation on the Create the necessary database tables and configure the URI auto-generation settings.
    and Add the rewrite rules to Apache.
    Could you tell me more in detailed how to do that.
    I aprreciate in advance!!!
    If you come to China, I treat you.

  3. #483
    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 alan145 View Post
    Think I have some wrong operation on the Create the necessary database tables and configure the URI auto-generation settings.
    and Add the rewrite rules to Apache.
    It sounds like you still have the Ultimate module running as Ceon URI Mapping doesn't automatically generate URIs.. you must remove Ultimate SEO from your site and re-install Ceon URI Mapping.

    I'm afraid I've never used Ultimate SEO before so I don't know how to uninstall it.. you should ask in the thread for it!

    Hope that helps!

    All the best...

    Conor
    ceon

  4. #484
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    It sounds like you still have the Ultimate module running as Ceon URI Mapping doesn't automatically generate URIs.. you must remove Ultimate SEO from your site and re-install Ceon URI Mapping.
    Hello Conor,
    I am sure I have completely remove the Ultimate module, because I delete all the files ans reinstall the zen cart, and intall the Ceon URI Mapping again.

    when I log in the"admin" I found Ceon URI Mapping is there, you can check following pictures I cut from our website. Please check that
    Could you tell me how to Create the necessary database tables and configure the URI auto-generation settings?
    Also can i use rewrite rules for Htaccess which you have write for the sample directly? Can I use the following rewrite rules? or Do I need to write one by my own?

    RewriteEngine On

    # 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} !^/admin.* [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]
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	1.jpg 
Views:	180 
Size:	12.9 KB 
ID:	6400   Click image for larger version. 

Name:	2.jpg 
Views:	183 
Size:	40.2 KB 
ID:	6401   Click image for larger version. 

Name:	3.jpg 
Views:	189 
Size:	34.0 KB 
ID:	6402  


  5. #485
    Join Date
    Jan 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,

    It's not quite a configuration issue.. I've noticed that your site will redirect to the URI Mapping entered in the admin when you go to the product page but *no* links use the URI Mapping. This means you've forgotten to upload the new version of

    includes/functions/html_output.php

    from the modified_core_files folder (for your version of ZC).

    That means that the form action URIs are being set to the old dynamic Zen Cart URIs, so the forms are being posted to an old URI and then having to be redirected to the new URI. Since redirections don't re-post values the items aren't being added to the cart.

    Hope that gets you up and running.

    All the best...

    Conor
    ceon
    I'm also having the problem of my products not being added to the shopping cart.
    Funnily enough, I have another site with this module and it's working beautifully.
    I have tried uploading file again - no good.
    I even tried downloading the file from the working site and uploading it to the non-working one - still no good.
    Products that haven't had their URLs updated can be added to the shopping cart no problems, so it does seem that something is going wrong here.
    Help!!

  6. #486
    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 alan145 View Post
    Could you tell me how to Create the necessary database tables and configure the URI auto-generation settings?
    No, as that will already all have been done correctly. You've no problems in that regard as you can see the config utility!

    Quote Originally Posted by alan145 View Post
    Also can i use rewrite rules for Htaccess which you have write for the sample directly?
    Possibly, that's what I've put them in the docs for. It's up to you to tailor them for your site if necessary. Please read the docs for more information, all you should need should be there. If not, a quick search for a rewrite tutorial on the internet should get you any other info you need.

    I think you may possibly be mistaken in thinking that the site will auto-generate URIs for each of your categories and products.. you must go in and edit *every* category and product on your site, "updating" each, to have a URI "auto-generated" for the category/product.

    Ceon URI Mapping does not work like Ultimate SEO, it does not do automatic auto-generation of all URIs.

    I think that's the bit you've missed. I'd say everything's installed fine but you were just expecting all the URIs to change at once.. that's not how the module works!

    Hope that helps!

    All the best..

    Conor
    Last edited by conor; 1 Sep 2009 at 11:31 AM.

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

    Default Re: Ceon URI Mapping (SEO)

    To further clarify.. You have to enter a URI for each category/product/ez-page/manufacturer or tick "auto-generate" and click "update" for each category/product/ez-page/manufacturer. Ceon URI Mapping is designed to give you intricate control of your URIs, it doesn't apply a general policy to them all (like the "SEO" modules).

  8. #488
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by Lissy View Post
    I'm also having the problem of my products not being added to the shopping cart.
    Funnily enough, I have another site with this module and it's working beautifully.
    I have tried uploading file again - no good.
    I even tried downloading the file from the working site and uploading it to the non-working one - still no good.
    Products that haven't had their URLs updated can be added to the shopping cart no problems, so it does seem that something is going wrong here.
    Help!!
    Hi,
    I just added this mod to my test site yesterday and I have the same problem. When the URL's are modified I can't add them to cart but the items with unedited URL's get added to cart no problem.
    I think it might be an issue with the htaccess but I am not too sure how to fix it.
    Any help will be appreciated,
    Thanks!!!

    BTW, I am running 2 zen carts with the same host under 2 different domains, the first installation is in the main folder under /public_html/
    The other one which I installed this mod to is under /public_html/ressocks/
    So what I did was I tried modifying the htaccess file in public_html but I couldn't get it to work, so then I added an htaccess file to /public_html/ressocks/ and the URL's started to work but now I can't add to cart???
    Last edited by HelpMeSell; 1 Sep 2009 at 01:59 PM.

  9. #489
    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 Lissy View Post
    I'm also having the problem of my products not being added to the shopping cart.
    Help!!
    I'm afraid that the steps you quoted are the only ones I know of that would fix the problem you are having.

    If following those steps doesn't help then you've done something wrong somewhere.

    Sorry I can't be more help than that.

    All the best...

    Conor
    ceon

  10. #490
    Join Date
    May 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Chris,



    That doesn't sound like a good fix. If you are getting 404 errors with an xml file then you should add in an appropriate rewrite rule condition to exclude that file from the rewrite, not break the code to compensate for it!

    Make sure you are using the latest version of the module and the example rewrite rule in its docs (which doesn't rewrite anything ending in .xml, .php etc.).
    ceon
    Hi Conor

    I agree, it isn't a good fix, however I was getting very strange behaviour - I went through these steps:

    Banner Swapper Installed - Works fine

    URI Rewrite Install but disabled it (from admin config) - Banner Swapper Worked

    URI Rewrite Enabled and configured correctly - Banner Swapper hangs when loading images.


    I've narrowed down the problem using Firebug, and this is the bizarre behaviour:

    The php script that generates the text/xml originally was running fine, generating output with no errors, however as soon as I switched on the URI rewrites, the php script still ran, however it's header status code was modified to 404. Firebug was still showing the content was being sent, however IE/FF couldn't load the XML at all.

    Disabling that line in your code stopped the headers being modified to 404, causing the banner swapper script to work again.


    I've added a rewritecond to my .htaccess as follows:

    RewriteCond %{REQUEST_URI} !/AJAX_servers/AJAX_banner_swapper_server.php [NC]

    Hopefully I've not done something wrong there but please correct me if I have.

    When I get a bit more time towards the end of the week I will look into this in more detail, and perhaps find a better solution...


    Chris

 

 

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