Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Re: 404 Not Found Error

    Amazing tool!

    Of course I don't understand but a bit of it.

    http://freshabundance.com/zc_install/techsupp.php

    Thanks for any assistance!

    Just knowledgeable enough to be dangerous.

  2. #12
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: 404 Not Found Error

    From your admin folder (local's end - not server), edit your .htaccess file

    from:


    # Fix certain PHP values

    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    # to turn off register_globals
    # php_value register_globals 0
    to read:

    Code:
    Fix certain PHP values
    
    <IfModule mod_php4.c>
    php_value session.use_trans_sid 0
    php_value register_globals 1
    </IfModule>
    
    to turn off register_globals
    php_value register_globals 0
    Then, save your .htaccess. Once saved, upload that file under your admin folder on the server-side.

    Last step - clear out all your cookies and temp files from your browser. Then, retry your admin session activities (preferably with mozilla firefox - not with IE).

  3. #13
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Re: 404 Not Found Error

    Oof! It doesn't like that at all.

    I get...

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

    Please contact the server administrator, webmaster AT freshabundance DOT com 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.34 Server at www.freshabundance.com Port 80

    Here is my .htaccess with your changes....

    Code:
    # $Id: .htaccess 290 2004-09-15 19:48:26Z wilt $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    #   AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    
    <IfModule mod_setenvif.c>
      <IfDefine SSL>
        SetEnvIf User-Agent ".*MSIE.*" \
                 nokeepalive ssl-unclean-shutdown \
                 downgrade-1.0 force-response-1.0
      </IfDefine>
    </IfModule>
    
    Fix certain PHP values
    
    <IfModule mod_php4.c>
    php_value session.use_trans_sid 0
    php_value register_globals 1
    </IfModule>
    
    to turn off register_globals
    php_value register_globals 0

    jacque

    Just knowledgeable enough to be dangerous.

  4. #14
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: 404 Not Found Error

    Sorry. It should be:

    Code:
    #Fix certain PHP values
    
    <IfModule mod_php4.c>
    php_value session.use_trans_sid 0
    #php_value register_globals 1
    </IfModule>
    
    #to turn off register_globals
    php_value register_globals 0
    should work now.

  5. #15
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Re: 404 Not Found Error

    Getting closer, at least it doesn't list the url anymore.

    Now I have...

    Not Found

    The requested URL was not found on this server.
    Apache Server at Port 80

    Just knowledgeable enough to be dangerous.

  6. #16
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Tech Support Page

    The url for the support page has been changed to
    http://www.freshabundance.com/zc_support/

    Just knowledgeable enough to be dangerous.

  7. #17
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: 404 Not Found Error

    And what does your web error logs states from your cPanel access now ?

  8. #18
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Re: 404 Not Found Error

    This is all that I see...

    [Wed May 24 15:10:11 2006] [error] [client 70.81.248.241] File does not exist: /home/fresh/public_html/zc_support/admin
    [Wed May 24 14:40:31 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:40:31 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command 'Fix', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:37:02 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:37:02 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command 'Fix', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:36:34 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:36:34 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command 'Fix', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:33:24 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:33:24 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command '3to', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:32:31 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:32:31 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command '3to', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:32:29 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:32:29 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command '3to', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:32:27 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:32:27 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command '3to', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:31:12 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:31:12 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command 'Fix', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:30:55 2006] [error] [client 67.185.18.110] File does not exist: /home/fresh/public_html/500.shtml
    [Wed May 24 14:30:55 2006] [alert] [client 67.185.18.110] /home/fresh/public_html/admin/.htaccess: Invalid command 'Fix', perhaps mis-spelled or defined by a module not included in the server configuration
    [Wed May 24 14:21:41 2006] [error] [client 72.30.61.91] File does not exist: /home/fresh/public_html/robots.txt
    [Wed May 24 14:07:41 2006] [error] [client 66.249.65.144] File does not exist: /home/fresh/public_html/robots.txt
    [Wed May 24 13:23:08 2006] [error] [client 66.154.102.56] File does not exist: /home/fresh/public_html/robots.txt

    Just knowledgeable enough to be dangerous.

  9. #19
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Re: 404 Not Found Error

    This is a message that I received from my host..

    Hello,

    We have reviewed the server and unable to determine the issue. This has to be an issue with the script itself. I checked the errors logs and it is not reporting any 404 errors. This could mean that the script is attempting to pull data from a remote site. We recommend contacting the developers so they can explain what is happening with the script.

    root@gator26 [~]# tail -n 1000 /usr/local/apache/logs/error_log |grep fresh
    root@gator26 [~]#
    Any more ideas?

    Just knowledgeable enough to be dangerous.

  10. #20
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Re: 404 Not Found Error

    Here is a copy of the source from my admin log-in page.

    It appears it is trying to pull somthing from stylesheet.css, is that correct?

    Code:
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"><head><title>404 Not Found</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="includes/stylesheet.css" rel="stylesheet" type="text/css"></head><body id="login" onload="document.getElementById('admin_name').focus()">
    <h1>Not Found</h1>
    <p>The requested URL  was not found on this server.</p>
    <hr>
    <address>Apache Server at  Port 80</address>
    
    <form name="login" action="http://www.freshabundance.com/admin/login.php" method="post">
      <fieldset>
        <legend>Admin Login</legend>
        <label for="admin_name">Admin Username: <input id="admin_name" name="admin_name" value="" type="text"></label>
        <label for="admin_pass">Admin Password: <input id="admin_pass" name="admin_pass" value="" type="password"></label>
            <input name="submit" class="button" value="Login" type="submit">
        <a style="float: right;" href="http://www.freshabundance.com/admin/password_forgotten.php">Resend Password</a>  </fieldset>
    
    </form>
    </body></html>

    Just knowledgeable enough to be dangerous.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. All Products Page not found coding error
    By cshart in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 10 May 2006, 09:47 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
  •