i just uploaded my php file to my new server, i want to check the file in my web browser, instead of showing the page, a pop up box saying you want to download the php file. what deos that mean? :))
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means that your web server is not properly configured to interpret PHP files. It does not know what to do with the file and assumes you want to download it.
Web server configuration would be out of scope for Stack Overflow, so I won’t go any further.