Page 178 of 291 FirstFirst ... 78128168176177178179180188228278 ... LastLast
Results 1,771 to 1,780 of 2907
  1. #1771
    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 vasilics View Post
    I finally did it!
    Glad to hear that.

    Quote Originally Posted by vasilics View Post
    This is one great mod
    Thanks, glad you like it!

    All the best..

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Trust you are ok ??

    I assume you are aware that a new update for ZC has been released 1.3.9e !! (Where will it end.!! LOL)

    Before I go and do the updates, do you know if your mod will be ok on 1.3.9e ?

    (Trust that makes sense ?)

    Regards,
    Mike

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Mike,

    How are you?

    Quote Originally Posted by Mike_Dean View Post
    Trust you are ok ??
    Quite ill but ploughing on! :)

    Quote Originally Posted by Mike_Dean View Post
    I assume you are aware that a new update for ZC has been released 1.3.9e !! (Where will it end.!! LOL)
    Yes, I've a new version of Ceon URI Mapping with modified core files for 1.3.9e.. I'll release it when I get a chance.

    Quote Originally Posted by Mike_Dean View Post
    Before I go and do the updates, do you know if your mod will be ok on 1.3.9e ?
    The only changes from 1.3.9d to 1.3.9e which affect the URI Mapping module are the collect_info.php scripts in the admin. A single line has change in each.

    When upgrading just take care to merge the Ceon URI Mapping files with the 1.3.9e files and all will be fine.

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Mike,

    Quite ill but ploughing on! :)
    I knew you had not been well, hence why I asked.. sorry to hear it, fingers crossed you get better soon...

    Quote Originally Posted by conor View Post

    Yes, I've a new version of Ceon URI Mapping with modified core files for 1.3.9e.. I'll release it when I get a chance.



    The only changes from 1.3.9d to 1.3.9e which affect the URI Mapping module are the collect_info.php scripts in the admin. A single line has change in each.

    When upgrading just take care to merge the Ceon URI Mapping files with the 1.3.9e files and all will be fine.

    All the best...

    Conor
    ceon
    Thanks good man.. I'll wait until you release the update, then merge any duplicate Ceon with the matching new ZC files and all should be good, correct ?

    Thanks,
    Mike

  5. #1775
    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 Mike_Dean View Post
    I knew you had not been well, hence why I asked.. sorry to hear it, fingers crossed you get better soon...
    Thanks for the nice comments! The chemo's frustratingly exhausting but it's killed off 3cm of tumour in the past two months alone so it's more than worth it! :)

    Quote Originally Posted by Mike_Dean View Post
    Thanks good man.. I'll wait until you release the update, then merge any duplicate Ceon with the matching new ZC files and all should be good, correct ?
    That's right!

    All the best..

    Conor
    ceon

  6. #1776
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    using zen cart 1.3.9 d ,php5 i am using apache as my web server which is installed in c:\program files my website is stored in htdocs folder of apache directory and the name of the directory is zen
    i am getting http 404 error for all links generated but the links are pointing to proper location and my .htacess file is in zen folder and the contents are

    RewriteEngine On

    # ONLY rewrite URIs beginning with /zen/
    RewriteCond %{REQUEST_URI} ^/zen/ [NC]
    # 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} !^/zen/admin [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/zen/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 .* zen/index.php?%{QUERY_STRING} [L]


    have i made any mistake in .htacess file tried reinstalling but that did not help

  7. #1777
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I am about to launch a new store. Would it be a mistake to use the current version that is available with 1.3.8e?

  8. #1778
    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 Akki View Post
    my .htacess file is in zen folder
    If your .htaccess file is in the zen folder then the path to index.php should be relative to it. So change it to what is in the docs, i.e. index.php not zen/index.php

    Hope that helps!

    All the best..

    Conor
    ceon

  9. #1779
    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 ryanb4614 View Post
    I am about to launch a new store. Would it be a mistake to use the current version that is available with 1.3.8e?
    The collect_info.php files have changed in 1.3.9e. You could overwrite them with the 1.3.8d files in the latest release of Ceon URI Mapping and then replace them when the new version of Ceon URI Mapping is released with files modified for 1.3.9e.

    Or you could merge the files now using software such as Beyond Compare, thereby not needing the new versions I've got sorted as you'd have already created the same files.

    It's up to you! Either option will leave you with a fully functional site, neither will break anything. The changes between 1.3.9d and 1.3.9e which affect Ceon URI Mapping were that a single </td> closing tag was added to the 5 collect_info.php scripts. That's it. That's the only change! (So in practical terms they have no effect at all!)

    Hope that sets your mind at rest.

    All the best..

    Conor
    ceon

  10. #1780
    Join Date
    Jan 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi, I successfully installed this module on a running shop, where 2500 zboží.Categories I edited manually, but what about other categories of goods and url? I have it all manually? or is it somehow so that it automatically generate?

 

 

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