Skip to content

Instantly share code, notes, and snippets.

View darkhaan's full-sized avatar
🎯
Focusing

Darkhan Suleimenov darkhaan

🎯
Focusing
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<clear />
<add name="php-7.4.5" path="*.php" verb="GET,HEAD,POST,DEBUG,PUT,DELETE,OPTIONS" modules="FastCgiModule" scriptProcessor="C:\Program Files\php\php-cgi.exe" resourceType="Either" requireAccess="Script" />
<add name="FastCGI for PHP" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php\php-cgi.exe" resourceType="Either" requireAccess="Script" />
<add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST,DEBUG,PUT,DELETE" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" />
<add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST,DEBUG,PUT,DELETE" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" />
@darkhaan
darkhaan / 1.png
Last active June 29, 2017 10:39
Screenshots
1.png