500 internal server error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    500 internal server error

    this is the message that ive received while trying to access my site

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    wat could be the problem?

    in my error log i get this:
    [Wed Apr 29 15:35:42 2009] [error] [client 81.93.186.97] File does not exist: /home/...../public_html/500.shtml,

    WapCHAT Forum Currenltly changing over to xhtml

    My Dowloads Site

    #2
    Remove .htaccess

    Comment


      #3
      I have removed it and the problem still remains

      WapCHAT Forum Currenltly changing over to xhtml

      My Dowloads Site

      Comment


        #4
        just change ur htacces to php.ini then it should be working
        ________________
        Jacques
        jacques@gw-designs.co.za
        http://coding.biz.tm
        Come join and lets make it a place to learn all the noobies how to code
        __________________

        NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

        Comment


          #5
          Originally posted by Dj-marc View Post
          this is the message that ive received while trying to access my site

          Internal Server Error

          The server encountered an internal error or misconfiguration and was unable to complete your request.
          wat could be the problem?

          in my error log i get this:
          [Wed Apr 29 15:35:42 2009] [error] [client 81.93.186.97] File does not exist: /home/...../public_html/500.shtml,
          save this code as 500.shtml
          HTML Code:
          <!-- SHTML Wrapper - 500 Server Error -->
          <!--#exec cgi="/500.php" -->

          and
          PHP Code:
          <!-- PHP Wrapper - 500 Server Error -->
          <html><head><title>500 Server Error</title></head>
          <body bgcolor=white>
          <h1>500 Server Error</h1>

          A misconfiguration on the server caused a hiccup.
          Check the server logs, fix the problem, then try again.
          <hr>

          <?
          echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n";
          $fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
          echo `$fixer`;
          ?>

          </body></html>
          save as 500.php
          sigpic

          Comment


            #6
            Originally posted by opticalpigion View Post
            save this code as 500.shtml
            HTML Code:
            <!-- SHTML Wrapper - 500 Server Error -->
            <!--#exec cgi="/500.php" -->

            and
            PHP Code:
            <!-- PHP Wrapper - 500 Server Error -->
            <html><head><title>500 Server Error</title></head>
            <body bgcolor=white>
            <h1>500 Server Error</h1>

            A misconfiguration on the server caused a hiccup.
            Check the server logs, fix the problem, then try again.
            <hr>

            <?
            echo "URL: http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]<br>\n";
            $fixer = "checksuexec ".escapeshellarg($_SERVER[DOCUMENT_ROOT].$_SERVER[REQUEST_URI]);
            echo `$fixer`;
            ?>

            </body></html>
            save as 500.php
            this only gives a blankpage. :confused:
            LDSWAPWORLD sigpic
            site closed.
            im busy with other things in life like facebook , send me PM so i can add you
            www.pinoySG.com

            don't ask for help if you're not even helping yourself!
            i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


            Comment


              #7
              my site is working ok now

              WapCHAT Forum Currenltly changing over to xhtml

              My Dowloads Site

              Comment

              Working...
              X