Page 246 of 291 FirstFirst ... 146196236244245246247248256 ... LastLast
Results 2,451 to 2,460 of 2907
  1. #2451
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    AHA!

    I believe this is located in the Cpanel's "File Manager" under the /www folder with the file named .htaccess
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  2. #2452
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    This seemed to have worked before, but I think I'm just not getting the "rewrite code" correct:

    I don't know what to do. My admin folder's name is zc_admin and I thought my store was installed on the root. What should I write?
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  3. #2453
    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 billett View Post
    ok ive sorted out the white page issue, and have upgraded again to 3.8.0 but when I turn URI on and access a product i get

    Not Found
    You need to get a working rewrite rule in a .htaccess file for your site.

    Please read the configuration section of the documentation and carry out the required steps.

    All the best..

    Conor
    ceon

  4. #2454
    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 uruharacosplay View Post
    I don't know what to do. My admin folder's name is zc_admin and I thought my store was installed on the root. What should I write?
    You should put the following in the .htaccess that is in your STORE's directory.. it should be ALONGSIDE index.php:

    Code:
    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} !^/zc_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 [QSA,L]
    All the best...

    Conor
    ceon

  5. #2455
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Conor,
    You're amazing! It works like a charm! I love you!
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  6. #2456
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Conor it has been a while just wanted to say hello and thank you again for a great module. I hope everything is going well with you these days. I will be sending you some Hot chocolate to drink later on for your great support and awesome modules. Keep up the good work my friend.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Ceon URI Mapping (SEO)

    And not only is this SAME information repeated SEVERAL times throughout this support thread (it's the MOST often asked question..) It's in the README file that comes with this module..

    I guess I'm just suggesting to all is this: BEFORE you post, BEFORE you ask question.. Search the support thread and read the module docs.. There is a LOT of information ALREADY available..

    </rant>

    Quote Originally Posted by conor View Post
    Hi,



    You should put the following in the .htaccess that is in your STORE's directory.. it should be ALONGSIDE index.php:

    Code:
    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} !^/zc_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 [QSA,L]
    All the best...

    Conor
    ceon
    Quote Originally Posted by uruharacosplay View Post
    Conor,
    You're amazing! It works like a charm! I love 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.

  8. #2458
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    And not only is this SAME information repeated SEVERAL times throughout this support thread (it's the MOST often asked question..) It's in the README file that comes with this module..

    I guess I'm just suggesting to all is this: BEFORE you post, BEFORE you ask question.. Search the support thread and read the module docs.. There is a LOT of information ALREADY available..

    </rant>
    countrycharm shaking his head in agreement
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #2459
    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 countrycharm View Post
    countrycharm shaking his head in agreement
    It just seems like every OTHER post here is about setting up the .htaccess file and Conor ends up posting the EXACT SAME INFORMATION that's in the Ceon URI Mapping README file.. He has posted that SAME data NUMEROUS TIMES in this support thread.. **sigh** I guess I'm missing why the SAME information in the readme is BETTER when it's posted here (repeatedly!!!)
    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.

  10. #2460
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    It just seems like every OTHER post here is about setting up the .htaccess file and Conor ends up posting the EXACT SAME INFORMATION that's in the Ceon URI Mapping README file.. He has posted that SAME data NUMEROUS TIMES in this support thread.. **sigh** I guess I'm missing why the SAME information in the readme is BETTER when it's posted here (repeatedly!!!)
    You know the answer to your own ? People don't take the time to read the README file or search through the thread. If they did they would know how to create a .htaccess file or why what is causing a 404 error. They read just enough to get by and that when all the problems start to happen because they didn't read the whole README file or search the thread before asking questions. It is much faster to ask the ? again without going through the hassle to find the answer there self.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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