Page 195 of 291 FirstFirst ... 95145185193194195196197205245 ... LastLast
Results 1,941 to 1,950 of 2907
  1. #1941
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    I don't know what you are talking about. There is no such problem, so you can't have the "same" problem!



    The standard rewrite rule already lets index.html through, it is not mapped by Ceon URI Mapping:

    Code:
    # Don't rewrite any files ending with .[xxxxx]
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$
    However, in your code you've gone and made Ceon URI Mapping responsible for .html files:



    You've done the opposite of what you wanted! (Simply misread the documentation I see).

    Remove the modifications you made and just use the normal rewrite rule and things will work as you desire.

    You should also upgrade to 3.8.0, it won't make a difference in this case but always best to use the latest version.

    I'll upload a version of 3.8.0 to the downloads area shortly, for the minute you can get it from the Ceon website.

    All the best..

    Conor
    ceon


    Actually, I have the same thing happen to me. I usually put up an index.html "coming soon" page while the ZC website is still in progress, and that page is passed over in favor of index.php after I install CEON with its pre-packaged settings, thus "activating" the website whether i want it live or not.

  2. #1942
    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 hockey2112 View Post
    Actually, I have the same thing happen to me. I usually put up an index.html "coming soon" page while the ZC website is still in progress, and that page is passed over in favor of index.php after I install CEON with its pre-packaged settings, thus "activating" the website whether i want it live or not.
    Actually, that's not true. What is happening is that after you install Ceon URI Mapping, it becomes responsible for

    /

    /index.php

    /index.php?main_page=

    etc.

    It is never responsible for /index.html

    However, most people will see the root of a site as / so unless they come directly to /index.html Ceon URI Mapping will indeed take over.

    Obviously to avoid that you need to add the following exclusion to your rewrite rule:

    Code:
    RewriteCond %{REQUEST_URI} !^/$
    However, this means that you can't simply remove index.html to "switch the site live" as "/" would give a 404. You'd have to both remove the index.html file and remove the above exclusion.

    Hope that clears things up!

    All the best..

    Conor
    ceon

  3. #1943
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Actually, that's not true. What is happening is that after you install Ceon URI Mapping, it becomes responsible for

    /

    /index.php

    /index.php?main_page=

    etc.

    It is never responsible for /index.html

    However, most people will see the root of a site as / so unless they come directly to /index.html Ceon URI Mapping will indeed take over.

    Obviously to avoid that you need to add the following exclusion to your rewrite rule:

    Code:
    RewriteCond %{REQUEST_URI} !^/$
    However, this means that you can't simply remove index.html to "switch the site live" as "/" would give a 404. You'd have to both remove the index.html file and remove the above exclusion.

    Hope that clears things up!

    All the best..

    Conor
    ceon

    Thanks for the insight, Conor. This will help immensely!

  4. #1944
    Join Date
    May 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Google Adwords doesn't like my Ceon URI Link!

    I tried to put this link in a campagne:
    http://www.feingut.ch/dufte_spa/atherische_ole

    Google refused it saying that the URL doesn't work? I do not have any problems to call this page. So, what could be the problem?

    I too can see, that google indexed the old pages with URLs like this: http://www.feingut.ch/index.php?main...dex&cPath=35_3. But the new Ceon URLs are not indexed.

    Any hints?

  5. #1945
    Join Date
    May 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello. I had been using Ceon URI mapping very happily on Zen Cart version 1.3.8 for quite some time, and have recently upgraded to Zen Cart Version 1.3.9f. Ceon URI Mapping was not working properly after the upgrade, and I realized at that point my version of URI mapping was not current, so I upgraded to version 3.8.0. I backed up my database and affected files prior to upgrading. Everything seemed to be working fine (rewriting was successful), with the exception of the fact that none of the usernames nor passwords worked any longer on login attempts. I have reversed the process of installing Ceon URI mapping (replacing affected files with old back-up files and also deleting all ceon prefixed files, as well as restoring different databases that were saved prior to upgrading Ceon URI mapping. The login problem still persists. My customers and I are not able to log into our accounts anymore! It's as thought the info is gone.

    Is there a place in this sea of discussion pages here that addresses this issue? If so, please direct me there.

    Please help! Thanks!

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Ethan,

    Quote Originally Posted by Ethan Kolasinski View Post
    The login problem still persists. My customers and I are not able to log into our accounts anymore! It's as thought the info is gone.

    Is there a place in this sea of discussion pages here that addresses this issue? If so, please direct me there.
    I've replied to you private e-mail to me. Just to reiterate here, this is nothing to do with Ceon URI Mapping, it does not interact with any login functionality of Zen Cart. This must unfortunately be a mistake you made when upgrading from 1.3.8 to 1.3.9f. Hopefully you can find the right answers/support or another thread.

    All the best...

    Conor
    ceon

  7. #1947
    Join Date
    May 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by Pink View Post
    Google Adwords doesn't like my Ceon URI Link!

    I tried to put this link in a campagne:
    http://www.feingut.ch/dufte_spa/atherische_ole

    Google refused it saying that the URL doesn't work? I do not have any problems to call this page. So, what could be the problem?

    I too can see, that google indexed the old pages with URLs like this: http://www.feingut.ch/index.php?main...dex&cPath=35_3. But the new Ceon URLs are not indexed.

    Any hints?
    Ah, there is a 404 in the access_log:

    66.249.66.3 - - [27/Sep/2010:20:33:23 +0200] "GET /dufte_spa/atherische_ole/citronella_kba_5ml HTTP/1.1" 404 41969 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
    But strange, the Link itself works: http://feingut.ch/dufte_spa/atherisc...onella_kba_5ml

    Hints?

  8. #1948
    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 Pink View Post
    Google Adwords doesn't like my Ceon URI Link!
    I'm not surprised: Although the link you posted has a page with content, your site is sending a 404 header for this page:

    HTTP/1.1 404 Not Found

    So Google is treating it as if it doesn't exist.

    You need to fix the headers on your site! Make sure you have a proper, working rewrite rule. If that's not it, install the Ceon URI Mapping 3.8.0 module again from scratch (you don't need to delete the database tables, just reinstall the files). If that's not it, then look to see why your server is sending out a 404 header yet Zen Cart is actually loading the expected page!

    All the best...

    Conor
    ceon

  9. #1949
    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 conor View Post
    HTTP/1.1 404 Not Found
    Just thought it worth pointing out that the only time I saw this before was when someone had a .shtml file responsible for handling 404s.

    As they hadn't set up their rewrite rule(s) properly, the URI mapping (say /dufte_spa/atherische_ole) was causing a 404.

    The 404 was loading 404.shtml but their Ceon URI Mapping rewrite rule didn't exclude .shtml files as it used the old example condition of

    Code:
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,4}$ [NC]
    instead of

    Code:
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    This meant that all 404 pages were being passed onto index.php.

    Ceon URI Mapping was then able to run, look at the "/dufte_spa/atherische_ole" URI and map it to the appropriate Zen Cart page.

    However, the error was still resulting in the page having a 404 header, even though the content of the page was what was expected.

    To fix this you MUST make sure you are using the LATEST example rewrite rule, and that it is working. On your server it is not working as you are redirecting people to a 404, handled by Zen Cart.

    All the best...

    Conor
    ceon

  10. #1950
    Join Date
    May 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Ethan,



    I've replied to you private e-mail to me. Just to reiterate here, this is nothing to do with Ceon URI Mapping, it does not interact with any login functionality of Zen Cart. This must unfortunately be a mistake you made when upgrading from 1.3.8 to 1.3.9f. Hopefully you can find the right answers/support or another thread.

    All the best...

    Conor
    ceon
    Conor, you are right, I am wrong. I bet you've heard that a lot. Anyway, thank you Sir. An explanation of my idiocy will be PM'ed to you, in addition to your well deserved "cups o' coffee".

    Thanks!

 

 

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