I installed the application and downloaded the files using the elastic beanstalk. Files are saved in the S3 bucket with the EC2 instance running.
The problem is that I can only access site files when I manually add the .php extension.
I built the application using the .htaccess file to remove the file extension, then my redirects and functions will use the files without ending, for example. "/ index" instead of "/index.php".
Because .htaccess is not an option using S3 buckets, is there a simple alternative way to remove file extensions? (therefore, the files "/index.php" are considered "/ index", then all functions / redirects work fine).
source share