I have set up Symfony in bitnami on Amazon EC2. Now I want to access web/config.php, but was told the file can only be run via localhost.
And I also tried to log on remote desktop of EC2, but failed. So now how can I ensure symfony is all good on server?
Open
config.phpand edit following codeYou can either add the IP Address oft the remote server or just comment out this piece of code. Consider the last advice is not recommended for security reasons.