My Site 500 Internal Server Error

Status
Not open for further replies.

teksoulx

Member
Messages
31
Reaction score
0
Points
6
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@teksoul.x10.bz 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.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Please remove the "php_value" lines from your website's .htaccess file. You cannot use this to bypass server PHP limits, though
this would have no effect on the real configuration values anyway. ;)

Thank you,
 

teksoulx

Member
Messages
31
Reaction score
0
Points
6
This Part sir?
<IfModule mod_rewrite.c>
php_value upload_max_filesize 1024M
php_value post_max_size 1024M
php_value max_file_uploads 1024M
php_value memory_limit 1024M
php_value max_input_vars 10000
</IfModule>
<FilesMatch "\.(php)$">
php_value auto_append_file none
</FilesMatch>
 
Status
Not open for further replies.
Top