Page 242 of 291 FirstFirst ... 142192232240241242243244252 ... LastLast
Results 2,411 to 2,420 of 2907
  1. #2411
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I will just add if you are using Loopia.se as a webhost you will need to add #RewriteBase / in your .htaccess file to get everything working..

    I dont know if thats just for loopia webhost or for serverals others but if you have problem with "page not found" efter you change the url that maybe can help you.

    /Andreas

  2. #2412
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    If you search through this support thread you would have seen that 404 errors consistently mean you either do not have an .htaccess file or do not have it setup correctly.. (the posts from the last few days for example..) Please read the readme instructions on how to setup yout .htaccess file..
    That Was where i was stuck but found out to how to open the .htaccess file - Check the open Hidden files
    Its there
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^theherandhis.com$ [NC]
    RewriteRule ^(.*)$ http://www.theherandhis.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} !^/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?%{QUERY_STRING} [L]
    Admin Is zc_admin
    still 404 error setup ??

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

    Default Re: Ceon URI Mapping (SEO)

    Your first two conditions are setup incorrectly.. Please compare what you have to the PERFECT example in the readme file and the MANY examples of what the .htaccess file should look like including this post from one page back in this thread: http://www.zen-cart.com/forum/showpo...postcount=2406

    (I could just GIVE you the answer, but the answer is in the readme or the thread I posted. I want you to REALLY understand what it is you should be doing..)

    Quote Originally Posted by designhead View Post
    That Was where i was stuck but found out to how to open the .htaccess file - Check the open Hidden files
    Its there
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^theherandhis.com$ [NC]
    RewriteRule ^(.*)$ http://www.theherandhis.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} !^/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?%{QUERY_STRING} [L]
    Admin Is zc_admin
    still 404 error setup ??
    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.

  4. #2414
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    Your first two conditions are setup incorrectly.. Please compare what you have to the PERFECT example in the readme file and the MANY examples of what the .htaccess file should look like including this post from one page back in this thread: http://www.zen-cart.com/forum/showpo...postcount=2406

    (I could just GIVE you the answer, but the answer is in the readme or the thread I posted. I want you to REALLY understand what it is you should be doing..)
    posted in (the public_html folder)
    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_login [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]

    Ran into Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

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

    Default Re: Ceon URI Mapping (SEO)

    See in red.. Is this the name of YOUR STORE's admin folder???

    Quote Originally Posted by designhead View Post
    posted in (the public_html folder)
    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_login [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]

    Ran into Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    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.

  6. #2416
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    See in red.. Is this the name of YOUR STORE's admin folder???
    its
    RewriteCond %{REQUEST_URI} !^/zc_admin [NC]
    And Get 500 Internal Server Error error

  7. #2417
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    See in red.. Is this the name of YOUR STORE's admin folder???
    its
    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]

    And Get 500 Internal Server Error error

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

    Default Re: Ceon URI Mapping (SEO)

    Did you try setting up your .htaccess file based on the instructions in the readme for this module?? Please re-read the instructions in step 1. As a hint, I highlighted the item that is the likely cause.. Please compare that to the options outlined in the readme..

    Quote Originally Posted by designhead View Post
    its
    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]

    And Get 500 Internal Server Error error
    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. #2419
    Join Date
    Apr 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    This is caused when you don't have a rewrite rule in place. You need to put a rewrite rule in the .htaccess folder alongside your index.php file.
    ceon
    I followed #2 on the docs/configuration.html page for .htaccess rules: "Example rule for stores installed in a folder other than the root of the site, with the admin named “admin”.

    When I put this where the index.php file is in my FTP it broke the shopping cart part of the site, am I missing something in the rules to still allow the domain.com/shop to go to the shopping cart?

    Thanks a lot!

  10. #2420
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    Did you try setting up your .htaccess file based on the instructions in the readme for this module?? Please re-read the instructions in step 1. As a hint, I highlighted the item that is the likely cause.. Please compare that to the options outlined in the readme..
    Thanks found that Mistake
    but now I'm
    Back to square one
    404 error

 

 

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