I am just starting to use IIS. I am moving a PHP app over from Linux. I have PHP installed on a Win Server. What is the URL that I use to try some scripts?
I am just starting to use IIS. I am moving a PHP app over from Linux. I have PHP installed on a Win Server. What is the URL that I use to try some scripts?
You can config the php website to be any port or host header, but assuming you configures the default site to use php, then it’s
http://<machine dns name>
Or on the machine
http://localhost
Note: iis does not support php out of the box. You must install a php handler, and configure a php site in iis
This link should help you about migration of a PHP application from Linux to Windows: migrate-to-a-windows-based-platform.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
4 people are following this question.