Newbie: What is the URL for an IIS Server?

Larry Woods 1 Reputation point
2021-07-31T23:51:58.173+00:00

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?

Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 74,146 Reputation points
    2021-08-01T16:05:38.57+00:00

    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

    0 comments No comments

  2. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2021-08-02T02:00:36.167+00:00

    @Larry Woods

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.