Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deploy php website under iis

2025-03-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Today, the editor will share with you the relevant knowledge points about how to deploy the php website under iis. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article. Let's take a look.

Iis can deploy php website, its method of operation is: 1, start the iis server, open the IIS server; 2, create a website; 3, click "handler mapping", click the right side of the "add mapping module"; 4, add the default document, enter "index.php"; 5, use URL to rewrite.

This article operating environment: Windows7 system, PHP7.1 version, DELL G3 computer

Deploy the PHP website on IIS

Check to see if CGI is installed on the system before deploying the website

1. Start the iis server and open the IIS server

Open the IIS server, click the website, and right-click "add Web site"

2. Create a website

After clicking "add website", go to the page and fill in the relevant content of the website, such as website name, physical path (folder where the website is located), and click "OK" to create it successfully.

3. PHP settings

Click the created website, click "Handler Mapping", click "add Mapping Module" on the right, enter the corresponding parameters in the pop-up layer, and click OK.

Set the default document

Click "default document", right-click the "add" button, add the default document, type index.php, and click "OK" to add

4. Install urlrewrite

5. Use URL to rewrite

Click "URL rewrite", click "Import rules" on the right, select the rule file to be imported, and click apply.

After applying the rules, the root directory of the website generates a web.config file. I use the rules imported by the .htaccess file of thinkphp.

Contents of the file:

These are all the contents of the article "how to deploy the php website under iis". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report