I've a domain(http://yurr.app) I add it in route53 hosted zone and point the a record to ec2 ip(http://3.84.101.4/). I checked dns checker and my domain pointing to the ip I added I can access my ip and can see it but I can't visit it with my domain. I'm not sure what I miss or why not able to access it
CodePudding user response:
It's because you are redirecting http://yurr.app
to https://yurr.app
, and your website is not set up to receive HTTPS traffic.
CodePudding user response:
Try to fixed it by adding those two lines inside /public/.htaccess file:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps