current location:Home > Technical Articles > Topics > IIS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What are the steps to configure iis
- Open "Control Panel", click "Default Programs" and select "Programs and Features". Select "Turn Windows features on or off", check "Digest Authentication, Basic Authentication" and install the component. Select "Restart Now", click "Administrative Tools", open the first two items, create a new website, and then set it in "Add Website".
- IIS 23727 2019-11-11 09:40:59
-
- Modify win7 iis upload file size limit to 200KB
- Method to modify the 200KB upload file size limit in win7 iis: 1. Open the Internet Information Service Manager and modify the upload file size limit value in the restriction attribute option of the ASP service; 2. Modify the maximum allowed content length in the request filtering service; 3. , Restart IIS.
- IIS 3743 2019-11-07 15:48:57
-
- iis running php500 error
- The solution to the 500 error when running PHP on IIS is: 1. Modify the value of the relevant options in the php.ini file; 2. Add the code ini_set("error_reporting", "E_ALL & ~E_NOTICE") to the header of the PHP file.
- IIS 4558 2019-10-19 18:05:40
-
- How does iis support php
- The method for iis to support PHP is: 1. Download the PHP compressed package; 2. Unzip it to the C drive and change the file name to PHP; 3. Open the server management and enter the handler mapping; 4. Add the module mapping.
- IIS 5022 2019-10-19 18:05:50
-
- How to change php version in iis
- The method for switching the php version in IIS is: 1. Download the required php version and PHP Manager tool; 2. Enter the PHP Manager and find the php directory; 3. Select the php-cgi.exe file in the php directory; 4. Switch the PHP version.
- IIS 5849 2019-10-19 18:05:58
-
- How does iis support multiple versions of php?
- The setting method for iis to support multiple versions of PHP is: 1. Download PHP Manager from Microsoft's official website; 2. Download the Windows version of the PHP program from the PHP official website; 3. Enter the IIS management page and select the required PHP version.
- IIS 3860 2019-10-18 18:06:08
-
- How to configure the PHP running environment in IIS under Windows 10 (detailed steps)
- This article will take you through how to configure IIS to run PHP, and introduce how to configure IIS to configure PHP running environment under Windows 10. I hope it will be helpful to everyone!
- IIS 13656 2022-04-02 14:46:55
-
- iis configuration php failed
- The solution and steps for failure to configure php in iis are: 1. Open the php configuration file php.ini and turn on the error prompt; 2. Restart FastCGI; 3. Set the absolute path in the require statement; 4. Give the iis user read permission.
- IIS 3343 2019-10-16 18:01:16
-
- Can iis parse php?
- Iis can parse PHP. The specific steps to support PHP file parsing are: 1. Open IIS program mapping; 2. Add module mapping; 3. Select php-cgi.exe as the executable path.
- IIS 3951 2019-10-16 18:01:24
-
- Does iis10 support php?
- iis10 supports PHP. The configuration method is: 1. Enable the iis service that comes with Windows and restart the computer; 2. Enable CGI; 3. Install the required version of the PHP component.
- IIS 4044 2019-10-21 16:40:06
-
- What is the difference between IIS and Apache
- The difference between IIS and Apache: 1. APACHE is stable, while IIS sometimes freezes. 2. IIS can only run under windows, and apache has a wide range of applications. 3. IIS does not open source code, APACHE open source code. 4. APACHE supports many languages, but it is a bit troublesome for IIS to support PHP and JSP.
- IIS 9740 2019-06-14 15:36:30
-
- How to configure iis to disable php scripts?
- Select the directory corresponding to the site, the data, uploads and static html file directories, double-click "Handler Mapping" in the function view panel, and in "Edit Function Permissions...", we can directly remove the execution permission of the script.
- IIS 5348 2021-05-28 14:49:49