question

LarryWoods-1508 avatar image
0 Votes"
LarryWoods-1508 asked SamWu-MSFT answered

Newbie: What is the URL for an IIS Server?

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?

windows-server-iis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered

@LarryWoods-1508

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.