How to run PHP files on AWS S3 bucket
P粉214089349
P粉214089349 2024-02-17 10:33:30
0
1
286

I have developed my website on AWS platform using AWS S3 bucket. How do I run PHP files on my domain name?

P粉214089349
P粉214089349

reply all(1)
P粉071626364

S3 does not run any kind of CGI scripts (PHP, Perl, Ruby, etc.). Think of it as a static HTML and image repository.

If you want to host your PHP application on AWS, consider using AWS Beanstalk. It will launch an environment (server, IP, etc.) where you can easily deploy and run your PHP application.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!