Commit:    279a5d1b417b3b60c6993c8a9a87ca431c65f1cf
Author:    Anatol Belski <a...@php.net>         Sun, 13 Jan 2019 17:48:38 +0100
Parents:   ed3478506e7ae6f5b11211d5c4282e673256513e
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=279a5d1b417b3b60c6993c8a9a87ca431c65f1cf

Log:
Remove web.config

Changed paths:
  D  docroot/web.config


Diff:
diff --git a/docroot/web.config b/docroot/web.config
deleted file mode 100644
index adbc51c..0000000
--- a/docroot/web.config
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration>
-    <system.webServer>
-        <rewrite>
-            <rules>
-                <clear />
-                <rule name="Redirect to https" stopProcessing="true">
-                    <match url=".*" />
-                    <conditions>
-                        <add input="{HTTPS}" pattern="off" ignoreCase="true" />
-                    </conditions>
-                    <action type="Redirect" 
url="https://{HTTP_HOST}{REQUEST_URI}"; redirectType="Permanent" 
appendQueryString="false" />
-                </rule>
-            </rules>
-        </rewrite>
-    </system.webServer>
-</configuration>
\ No newline at end of file


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to