Page 162 of 291 FirstFirst ... 62112152160161162163164172212262 ... LastLast
Results 1,611 to 1,620 of 2907
  1. #1611
    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 Burnin Carbon View Post
    I have gone through the site and redid all the mappings but it doesn't seem to do it. Could you please help.
    I don't what "it" is. You should describe your problems better in future!

    Please get in contact at this address with FTP and admin details for your site and a description of the problem you are having and I'l take a quick look to see if I can see what's wrong.

    All the best..

    Conor
    ceon

  2. #1612
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    conor

    just testing this on a local host running wamp php 5.2.8 apache 2.2.11 zen cart is 1.3.7 - the back end seems to do its bit but when I click on a product or category which has had its URL updated although the URL changes the page is the front home page of the site.

    I have gone through everything again carefully to make sure all files are copied but cannot see the error. Any pointers

    Let me know what other infor you need

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Mikey,
    Quote Originally Posted by MikeyG View Post
    I have gone through everything again carefully to make sure all files are copied but cannot see the error. Any pointers

    Let me know what other infor you need
    The home page shows when a 404 should be displayed but the Zen Cart setting for 404 is set to display the home page, so that could possibly be what's happening. If it is I'm not sure why you'd be having that problem.

    As it's on your local computer I'm afraid I can't check it out obviously.. maybe try sending me your htaccess file via this address.

    All the best..

    Conor
    ceon

  4. #1614
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Displaying the home page for any 404 error is nowadays going to land up being reported as a "Soft 404 Error" in Google WebmasterTools reports, and is flagged as a negative factor in site quality. I'd highly caution against that.

  5. #1615
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    Has anyone been able to get this mod working with 1.3.9d?

    I've uninstalled and reinstalled the mod twice, triple checked that I merged my files correctly and still no dice - I don't have the configuration options in my Admin (CEON URI Mapping (SEO) isn't in Admin->Configuration) and when I try to edit my EZ Pages, I get:

    1146 Table '(my database).zen_ceon_uri_mappings' doesn't exist
    in:
    [ SELECT language_id, uri FROM zen_ceon_uri_mappings WHERE main_page = 'page' AND associated_db_id = '2' AND current_uri = '1';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I had it working beautifully in 1.3.8a with all the same add ons and am confused as to where I could be going wrong...

    P.S. I've searched the entire forum several times but if I missed the answer, just smack me. :)

  6. #1616
    Join Date
    Jun 2008
    Location
    Singapore, Australia, America
    Posts
    96
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by kamelion0927 View Post
    Has anyone been able to get this mod working with 1.3.9d?
    I am using this mod on 1.39d. I didn't uninstall the earlier versions though, I use kdiff application to compare the core files that come with the latest CEON URL mappings and the ones I have in my local folder.

  7. #1617
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by kamelion0927 View Post
    Has anyone been able to get this mod working with 1.3.9d?
    I can't answer your question as to why it's not working, but I can answer the first question

    I have version 3.6.3 running on ZC 1.3.9d on a test site and I have no issues..

    Do you have an alternate name for your your admin folder ?

    Have you copied ALL the files across, including the template files and the modified files for the correct version of ZC that you are running ?

  8. #1618
    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 kamelion0927 View Post
    I've uninstalled and reinstalled the mod twice, triple checked that I merged my files correctly and still no dice - I don't have the configuration options in my Admin (CEON URI Mapping (SEO) isn't in Admin->Configuration) and when I try to edit my EZ Pages, I get:
    If you don't see the configuration options in the admin then you haven't installed the module properly. Start again, following the installation instructions from the beginning to the end. Don't skip any steps, such as going to the Ceon URI Mapping Config page as it is the step that creates the database tables and admin configuration option.

    All the best..

    Conor
    ceon

  9. #1619
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,385
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    Running ZC 1.3.9c with Ceon URI Mapping v3.6.1 on my local machine (currently). My site has two languages (English and Spanish) and I've defined language-specific URIs for all my pages.

    I'm also using the "Languages and Currency in Header" mod v1.0, which uses this code

    Code:
      $content = "  ";
    
      while (list($key, $value) = each($lng->catalog_languages)) {
        $content .= '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . zen_image(DIR_WS_LANGUAGES .  $value['directory'] . '/images/' . $value['image'], $value['name'], '', '', 'align="middle"') . '</a>&nbsp;&nbsp;';
      }
      
      echo $content;
    to insert the language links in the header. My problem is that these links (1) don't get "translated" and (2) include the language_id= parameter.

    For example, I've got the contact_us page translated to /contact_us for English and /contactar for Spanish. If you're currently on the English version of the page, the English language link is /localhost/mystore/contact_us&language_id=en and the Spanish language link is /localhost/mystore/contact_us&language_id=es. When you click on the links, they're resolved to /localhost/mystore/contact_us&language_id=en and /localhost/mystore/contactar, respectively

    Is there any way to get the language_id parameter stripped?

  10. #1620
    Join Date
    Jun 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi,
    i have the ".=>," added to character/string replacements config, but don't replace the "." in a "dr." by manufacturer mapping. When the "." exists in a product name is ok.

    csicontact

 

 

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