Page 169 of 291 FirstFirst ... 69119159167168169170171179219269 ... LastLast
Results 1,681 to 1,690 of 2907
  1. #1681
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    If this is the FULL contents of your .htaccess file, then I strongly suggest you go back to Conor's readme file and re-read the section on how to configure your .htaccess file carefully..

    It sounds to me like you have one or both of the following issues going on:

    1. Your .htaccess file is NOT in the right location (should be in your store's root folder
    2. Your .htaccess file is not setup correctly.


    Quote Originally Posted by sung2010 View Post
    Hi Ceon,

    Sorry I was away... I create a .htaccess file with " # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/store_manager [NC] "

    * I changed ' store_manager ' to my admin folder name

    and place the file in the root where is the same level as 'admin ' , ' include ' , ....

    and everytime when I check the box of ' Tick this box to have the URI auto-generated for this category', the page becomes ' Page not found '
    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.

  2. #1682

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    If this is the FULL contents of your .htaccess file, then I strongly suggest you go back to Conor's readme file and re-read the section on how to configure your .htaccess file carefully..

    It sounds to me like you have one or both of the following issues going on:

    1. Your .htaccess file is NOT in the right location (should be in your store's root folder
    2. Your .htaccess file is not setup correctly.
    I did put in the root folder ( www.happyworkshopus.com/)

  3. #1683
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by sung2010 View Post
    I did put in the root folder ( www.happyworkshopus.com/)
    Delete whats in your .htaccess file and put this in it. Fill in all the red highlights to what yours are. Upload it to your root and see if it will take care of your problem.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^your.com$ [NC]
    RewriteRule ^(.*)$ http://www.your.com/$1 [R=301,L]
    # 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_or_your_custom_folder_name [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]
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1684

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by countrycharm View Post
    Delete whats in your .htaccess file and put this in it. Fill in all the red highlights to what yours are. Upload it to your root and see if it will take care of your problem.
    Hi,

    I followed your instruction and then I suddenly can't log in to admin account.

  5. #1685
    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 sung2010 View Post
    Sorry I was away... I create a .htaccess file with " # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/store_manager [NC] "
    The .htaccess file must have several lines just like in the example in the documentation.

    All the best..

    Conor
    ceon

  6. #1686
    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 sung2010 View Post
    I followed your instruction and then I suddenly can't log in to admin account.
    No offense Karen but you don't seem to take the time to read what people are saying or what is written in documentation. You should pay more attention to the information available to you.

    It sounds like you've got the rewrite rule entered in a .htaccess file, which has been put in the correct place and is now being used.

    What It sounds like what you haven't done is followed DivaVocals' instructions and changed the line:

    Code:
    RewriteCond %{REQUEST_URI} !^/admin_or_your_custom_folder_name [NC]
    To use your admin directory's name, e.g.

    Code:
    RewriteCond %{REQUEST_URI} !^/store_manager [NC]
    Once you make that change your admin will no longer be blocked!

    Hope that helps! If it doesn't, please read the documentation again before asking any further questions.. there is a FAQs section in the docs as well.

    All the best..

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Please re-read the FAQ.. Your .htaccess file is OBVIOUSLY not set up correctly.. CountryCharm has ALL BUT written it out for you, Conor and I have tried to re-direct you in the right direction, and you are still having issues.. If you are not understanding the directions for doing this, then the next step (IMO) is for you to PAY someone to help you configure this module for you..

    Quote Originally Posted by DivaVocals View Post
    If this is the FULL contents of your .htaccess file, then I strongly suggest you go back to Conor's readme file and re-read the section on how to configure your .htaccess file carefully..

    It sounds to me like you have one or both of the following issues going on:

    1. Your .htaccess file is NOT in the right location (should be in your store's root folder
    2. Your .htaccess file is not setup correctly.
    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. #1688
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi DivaVocals,

    How are you? :)

    Quote Originally Posted by DivaVocals View Post
    Please re-read the FAQ.. Your .htaccess file is OBVIOUSLY not set up correctly.. CountryCharm has ALL BUT written it out for you.
    I'm willing to bet that Karen (sung2010) has only read the section of the documentation "Modifying the rule for stores which have renamed the admin directory.".

    If she had also read the section of the documentation which proceeds that, "Example rule for stores installed in the root of the site, with the admin named “admin”." then she wouldn't have needed to ask the questions which she has.

    I think this serves as a good example of how not to install software by yourself.. if anyone else is having trouble, please always read the documentation in full before posting a question, life is short! :)

    Once sung2010 changes the rewrite condition for the admin directory in her .htaccess file as outlined in the docs and by countrycharm (sorry, gave you credit for that DivaVocals by mistake above ;) ), things will work for her at last.

    All the best..

    Conor
    ceon

  9. #1689

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi DivaVocals,

    How are you? :)



    I'm willing to bet that Karen (sung2010) has only read the section of the documentation "Modifying the rule for stores which have renamed the admin directory.".

    If she had also read the section of the documentation which proceeds that, "Example rule for stores installed in the root of the site, with the admin named “admin”." then she wouldn't have needed to ask the questions which she has.

    I think this serves as a good example of how not to install software by yourself.. if anyone else is having trouble, please always read the documentation in full before posting a question, life is short! :)

    Once sung2010 changes the rewrite condition for the admin directory in her .htaccess file as outlined in the docs and by countrycharm, things will work for her at last.

    All the best..

    Conor
    ceon

    Dear All,

    I sincerely appreciate your help.. Yeah, I indeed might need to someone to help me out...

    I've been reading all threads but.. anyway,, I'll try to figure out again and will post if I can't get it done by tomorrow.

    Thank you very much.

  10. #1690
    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 sung2010 View Post
    I sincerely appreciate your help.. Yeah, I indeed might need to someone to help me out...

    I've been reading all threads but.. anyway,, I'll try to figure out again and will post if I can't get it done by tomorrow.

    Thank you very much.
    I think if you make that one last change to the admin path that will be you sorted! If not, post the contents of your .htaccess file here and tell us the name of your admin folder (you can always change it later by renaming the folder and modifying the .htaccess file appropriately one final time).

    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