Page 199 of 291 FirstFirst ... 99149189197198199200201209249 ... LastLast
Results 1,981 to 1,990 of 2907
  1. #1981
    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 Libertym View Post
    Lightbox/slimbox is gone and still no good. Maybe this mod just isn't meant to be.
    You don't seem to be all that great at installing the software.. :) Send me FTP and admin details for your site and I'll take a look and hopefully get you sorted once and for all.

    All the best..

    Conor
    ceon

  2. #1982
    Join Date
    Oct 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    i have installed the module and everything seems to work fine but when i update any category or any product through admin the information wipes out, why is that?? plz reply

  3. #1983
    Join Date
    Aug 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    I'm hoping you can advise on my CEON URI Mapping Module implementation. My store is installed in the root htdocs directory and I think I've followed your instructions closely but I must have done something wrong because I'm seeing some 404 responses;

    The address http://mydomain.com/category-1/ is good with all requests responding '200 OK'.
    But for http://mydomain.com/category-1/sub-category-a/ the head section include files respond with '404 Not Found' as they are being looked for here: http://mydomain.com/category-1/includes/... etc. ie. as if the parent category was the site root.

    It's worth noting that I was implementing this module along with WOZ so I've disabled WOZ to make sure it's not that module causing the problem.

    Versions: Zen Cart 1.3.9f & Ceon URI Mapping 3.8.0.

    .htaccess looks like this:
    Code:
    AddType x-mapp-php5 .php
    
    RewriteEngine On
    
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # 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]
    Many thanks in advance.
    zzfozz

  4. #1984
    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 azjs View Post
    i have installed the module and everything seems to work fine but when i update any category or any product through admin the information wipes out, why is that?? plz reply
    You haven't installed the module fully yet then. You haven't modified all the core files properly. Please carry out the stage of the installation regarding the modification of core files. When you successfully complete the modification of all files, you won't have the problem you describe above.

    All the best..

    Conor
    ceon

  5. #1985
    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 zzfozz View Post
    But for http://mydomain.com/category-1/sub-category-a/ the head section include files respond with '404 Not Found' as they are being looked for here: http://mydomain.com/category-1/includes/... etc. ie. as if the parent category was the site root.
    You've installed the module fine, it's all working.

    What you need to fix is your template. As you have pointed out, it is using relative instead of absolute URIs. Obviously by using Ceon URI Mapping you are upgrading your site to using absolute URIs instead of relative URIs, so all links to files on that site (especially CSS files etc.) need to either be mnade absolute, or, what many people do is to set the "base href" tag in their header.

    It's likely that your template has mistakenly removed the base href tag from the header file (I think it's html_header.php) or else uses relative links for its includes.

    Hope that helps!

    All the best..

    Conor
    ceon

  6. #1986
    Join Date
    Aug 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    You've installed the module fine, it's all working.

    What you need to fix is your template. As you have pointed out, it is using relative instead of absolute URIs. Obviously by using Ceon URI Mapping you are upgrading your site to using absolute URIs instead of relative URIs, so all links to files on that site (especially CSS files etc.) need to either be mnade absolute, or, what many people do is to set the "base href" tag in their header.

    It's likely that your template has mistakenly removed the base href tag from the header file (I think it's html_header.php) or else uses relative links for its includes.

    Hope that helps!

    All the best..

    Conor
    ceon
    Hi Conor,

    Many thanks for the quick response. I was already poking around in html_header.php when you replied. [FONT="Courier New"]<base>[/FONT] is there but seems to be being ignored. However by trawling through and putting a leading forward-slash on the front of every href I seem to be able to fix it. Feels a bit wrong, but never mind, I can't forsee ever wanting to revert but it will need close attention to detail at upgrade time.

    Donation on it's way
    zzfozz

  7. #1987
    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 zzfozz View Post
    Many thanks for the quick response. I was already poking around in html_header.php when you replied. [FONT=Courier New]<base>[/FONT] is there but seems to be being ignored.
    That's strange, that shouldn't be the case. I'm contacting you privately to ask for details to take a quick look and to thank you for your donation, it's greatly appreciated. It's a very rare pleasure to receive on Zen Cart and very good of you! :)

    All the best..

    Conor
    ceon

  8. #1988
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by bn17311 View Post
    hi,

    any idea what ive installed wrong, everything seems fine but came accross this link

    http://www.onyourbike.co.uk/index.ph...ucts_id=211559

    should it not convert to new url

    thanks
    Bryan
    as usual my error, thanks for help connor

    bryan

  9. #1989
    Join Date
    Oct 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    You haven't installed the module fully yet then. You haven't modified all the core files properly. Please carry out the stage of the installation regarding the modification of core files. When you successfully complete the modification of all files, you won't have the problem you describe above.

    All the best..

    Conor
    ceon


    i have again uploaded all the core files as it is but no use, i did not alter any file but uploaded as it is, can you suggest what would be the cause ??

  10. #1990
    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 azjs View Post
    i have again uploaded all the core files as it is but no use, i did not alter any file but uploaded as it is, can you suggest what would be the cause ??
    Faulty FTP software would be my first guess.

    Send me FTP and admin details for your site via this address and upload the files for you/check things quickly.

    All the best..

    Conor
    ceon

 

 

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