Possible Duplicate:
How do I access to symfony config.php remotely?
I uploaded sandbox to bitnami AMI on amazon ec2, but got “500 internal error” when I enter into web/index.php, how can I fix it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you check config.php? What recommendations where listed there?
First you never access
web/index.php. You have to set your document root to point to the web folder. This is important due security reasons.Second a 500 Server Error is also likely to be a permission problem. You webserver needs to have rights to execute the files. On debian linux I would set permissions like this
while the webserver is running with www-data as user/group.