About error 404

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

    About error 404

    When i tried to laod site error come as below. please tell me solution. pllzzzzzzzzzzzz




    Internal Server Error

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

    Please contact the server administrator, 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.
    Last edited by zong11; 18.05.11, 08:00. Reason: change

    #2
    This problem is seen in many sites...May be server load or slow server can be problem....
    Last edited by coolboy550; 18.05.11, 08:01.

    Comment


      #3
      its a 500 error check your .htaccess file

      Comment


        #4
        what should i check in .htacess file........please help

        Comment


          #5
          contact your hosting provider
          They Make Rules & I Break Them

          Comment


            #6
            remove your phpvalue lines in .htaccess and add this lines in bottom of .htaccess

            ErrorDocument 404 /index.php
            ErrorDocument 403 /index.php
            ErrorDocument 500 /index.php
            ErrorDocument 503 /index.php

            Comment


              #7
              Originally posted by zong11 View Post
              what should i check in .htacess file........please help
              Try delete/rename your .htaccess first. then check if what error comes.
              Don't forget to backup your .htaccess.
              Did I help you?
              You can help me too
              Your donations will help me finance my studies.

              Comment

              Working...
              X