I have installed the LAMP configuration and copied a PHP site to the server. I am using dfconfig file with DB connection setup as below:
$servername = “localhost”; $username = “username”; $password = “password”;
$dbname = “instarld_instacks”;
$conn = new mysqli($servername, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); }
When tried to open my website, I am getting this: This Page isnt working. Domain unable to handle the request.
Opening html pages doesnt have this issue.
Can anyone help me deploying my website?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello friend!
I’m afraid the error it is returning is not actually detailing the problem. Do you know if this application has a configuration for outputting debug information?
Kind Regards, Jarland
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.