Error 500 Internal Server Error
I have a very big problem, deleted the contents of my public_html folder to make some changes, and when put back the files on the server, comelou to show the error 500, use a Wordpress site.
The public_html folder with this permission 755
I did a test erasing all wordpress and putting a index.php file with the message "Test" and the problem still remains.
html files work normally.
erro_log
.htaccess file
Can anyone help me in this problem?
I have a very big problem, deleted the contents of my public_html folder to make some changes, and when put back the files on the server, comelou to show the error 500, use a Wordpress site.
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this 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.
I did a test erasing all wordpress and putting a index.php file with the message "Test" and the problem still remains.
html files work normally.
erro_log
Code:
SoftException in Application.cpp:357: UID of script "/home/spartanas/public_html/index.php" is smaller than min_uid
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Last edited by a moderator: