• Resolved Jigarshah

    (@jigarshah)


    Hi, All

    My website was working well, suddenly the error started generating error. of 500 Internal Server Error

    Detail Message which I can see in the screen is as below.

    Internal Server Error

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

    Please contact the server administrator, [email protected] 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.

    you can also check by accessing https://www.zalawadsamaj.org/index.php

    Can you please help me out in this ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have access to your server’s error logs. There should be some clue as to the exact error in there.

    Thread Starter Jigarshah

    (@jigarshah)

    esmi,

    Thanks for your reply.

    last 4 entries of June 2012 is showing as below.

    [09-Jun-2012 00:22:58] PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ‘,’ or ‘;’ in /home/zalawad1/public_html/zalawad/registration.php on line 901
    [17-Jun-2012 04:00:50] PHP Parse error: syntax error, unexpected T_CASE in /home/zalawad1/public_html/zalawad/registration.php on line 1034
    [17-Jun-2012 04:02:02] PHP Parse error: syntax error, unexpected T_CASE in /home/zalawad1/public_html/zalawad/registration.php on line 1034

    if you can guide me something on this please ?

    Thanks
    Jigar

    Thread Starter Jigarshah

    (@jigarshah)

    and my .htaccess file showing the code as below

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /zalawad/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /zalawad/index.php [L]
    </IfModule>

    # END WordPress

    if is there any mistake inside this….

    [09-Jun-2012 00:22:58] PHP Parse error: syntax error, unexpected T_VARIABLE, expecting ‘,’ or ‘;’ in /home/zalawad1/public_html/zalawad/registration.php on line 901

    There is no registration.php file in the root of a WordPress site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘500 Internal server Error’ is closed to new replies.