QT-DevOps / AWSIssues

Issues with AWS
Apache License 2.0
3 stars 26 forks source link

after creation of auto scaling im not getting php page by using my public ip adress?? #110

Open rakesh741 opened 4 years ago

rakesh741 commented 4 years ago

what im getting this type actual php page 19-11-2020

sharmilaOleti commented 3 years ago

I suppose you have not created a PHP file in the directory(/var/www/html) Please follow these steps sudo nano /var/www/html/info.php

Inside the file, type in the valid PHP code:

<?php phpinfo (); ?>

By now you will access the default php page in the browser using your host machine URL/info.php

For further info Refer here (https://phoenixnap.com/kb/how-to-install-lamp-stack-on-ubuntu)