500 Internal Server Error

Status
Not open for further replies.

Pyker

New Member
Messages
47
Reaction score
0
Points
0
My website is throwing up error 500 on a folder and I managed to narrow it down to this .htaccess line:

"php_value auto_prepend_file conf.inc.php"

I would like to ask, is php_value allowed in .htaccess or not really?
 

Pyker

New Member
Messages
47
Reaction score
0
Points
0
Bump? Problem still happens, and no reply after 3 days.
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

Please check your file permissions of all your php scripts, php files should be set to 644 and any file that requires writing permissions should be set to 755 (usually config files e.g config.php). Also if you use rewrite_mod for any software you're using please ensure Rewritebase / is inside your .htaccess file. Also if any php scripts execute for more than 60 seconds they will be killed by the server and produce this error. If you have any further problems please re-open this ticket by going to the "administrative" button at the top of the original post.
 
Status
Not open for further replies.
Top