I have set up an elastic beanstalk and deployed my application to it, the application has a .htaccess file in it. .htaccess works perfectly on my localhost but when checking it on the live server it gives back a 404 error. For Example I have a login file named login_1.php, on my .htaccess I’ve set the file to be called
Tag: amazon-elastic-beanstalk
Safe location to write oauth key files in laravel
I am deploying my laravel application to AWS Elastic Beanstalk and I’m encountering the problem of persisting the oauth keys for laravel passport. I went through this and this. While the S3 option sounds reasonable, I still wanted a more secure way and wanted to checkout secret manager from AWS. Since laravel passport provides the option to load keys from
How to install TYPO3 on AWS Elastic Beanstalk?
I’m trying to deploy TYPO3 version 10 to an EC2 instance using AWS Elastic Beanstalk, however, none of the methods described in the official documentation works (manual installation and via composer)….
PHP AWS Elastic Beanstalk – Cannot post file more than 2GB
I have deployed an application in Elastic Beanstalk, changed some configuration so that I can upload larger files and restart nginx server. When I upload one file less than 2 GB, it is uploaded successfully. However, when I upload a file more than 2 GB, it does not upload successfully. Below are the lines that I have added in /etc/nginx/nginx.conf
Issue with deploying PHP Application to Elastic Beanstalk
I have a customized PHP application I am trying to deploy using Elastic Beanstalk. To deploy using ELB, I have zipped up the code and uploaded. I’m having trouble getting it to deploy correctly. Is …