Page 286 of 291 FirstFirst ... 186236276284285286287288 ... LastLast
Results 2,851 to 2,860 of 2907
  1. #2851
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Easy and work like a champ. Miracle for me.

  2. #2852
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Really? That's your question?


    The answer is yes, create one in the root of the site, if your Zen Cart store is in the root of your site.


    This is all described in the documentation, which you clearly aren't reading.

    I've had to stop working on the new release for a few minutes to answer your question.. which only benefits you.


    All the best...


    Conor

    ceon
    Quote Originally Posted by hara View Post
    Easy and work like a champ. Miracle for me.
    Yep.. It really is easy if you read and follow Conor's well written documentation..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Randy,

    Hope all is well.

    Quote Originally Posted by countrycharm View Post
    Conor I would be willing to test it out if you need me to. send it to my other email address if you need another tester.
    Took another 18 hours to get to this stage but I've just e-mailed you a zip of RC1.

    Just thought I'd post here in case the zip gets blocked by anti-spam software.

    Looking forward to hearing your thoughts (and hopefully not many bug reports! ;) ).

    All the best...

    Conor
    ceon

  4. #2854
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Hey Conor, I'll be happy to load up a copy on my test store too if you need more folks to test.. You have my contact data still I trust??

    Quote Originally Posted by conor View Post
    Hi Randy,

    Hope all is well.



    Took another 18 hours to get to this stage but I've just e-mailed you a zip of RC1.

    Just thought I'd post here in case the zip gets blocked by anti-spam software.

    Looking forward to hearing your thoughts (and hopefully not many bug reports! ;) ).

    All the best...

    Conor
    ceon
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #2855
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Just found a page link goes to wrong page with Custom 404 Error message after installing URI mapping. The URI is working fine.
    I'm not sure if this is caused by .htaccess file. Please advise if I missing something?

  6. #2856
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by hara View Post
    Just found a page link goes to wrong page with Custom 404 Error message after installing URI mapping. The URI is working fine.
    I'm not sure if this is caused by .htaccess file. Please advise if I missing something?
    and since you've provided NO information -- again (you know like the URL of the page link in question) how do you propose that anyone will be able to advise you??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #2857
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by hara View Post
    Just found a page link goes to wrong page with Custom 404 Error message after installing URI mapping. The URI is working fine.
    I'm not sure if this is caused by .htaccess file. Please advise if I missing something?
    It appears that the issue is related to .htaccess file. I renamed it htaccess_off temporarily and was able to view the right page. I have renamed it back to .htacess. I need to rewrite some part of codes in .htaccess. Hope get professional advise. Thank you.

  8. #2858
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by hara View Post
    It appears that the issue is related to .htaccess file. I renamed it htaccess_off temporarily and was able to view the right page. I have renamed it back to .htacess. I need to rewrite some part of codes in .htaccess. Hope get professional advise. Thank you.
    Still you've posted NO information which would allow anyone (professional or otherwise) to assist you.. URLs to th eproblem page and the contents of your .htaccess file would be.. well you know.. kinda useful...
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #2859
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    my .htaccess file content:
    ------------------------------------------------------
    RewriteEngine On

    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
    RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/myshop [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]
    ---------------------------------------------------------------

    Try to open
    xxx.com/xxxxx.html

    but get 404 error page

  10. #2860
    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 hara View Post
    but get 404 error page
    Sorry, I don't know why you want to rewrite .html extensions. And no clue whatsoever why you want to rewrite .php extensions.

    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