diff options
| author | Horus | 2021-01-14 12:09:03 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 12:09:03 +0100 |
| commit | 5269a15bcffe0a5084092fc61f445c0bee588baa (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /public/web.config | |
| parent | 0e92c9d4bcf6c3fb422493cd6b44eeced1219c06 (diff) | |
| download | zeitumstellung-5269a15bcffe0a5084092fc61f445c0bee588baa.tar.gz | |
Delete Laravel app.
Diffstat (limited to 'public/web.config')
| -rw-r--r-- | public/web.config | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/public/web.config b/public/web.config deleted file mode 100644 index d3711d7..0000000 --- a/public/web.config +++ /dev/null @@ -1,28 +0,0 @@ -<!-- - Rewrites requires Microsoft URL Rewrite Module for IIS - Download: https://www.microsoft.com/en-us/download/details.aspx?id=47337 - Debug Help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules ---> -<configuration> - <system.webServer> - <rewrite> - <rules> - <rule name="Imported Rule 1" stopProcessing="true"> - <match url="^(.*)/$" ignoreCase="false" /> - <conditions> - <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> - </conditions> - <action type="Redirect" redirectType="Permanent" url="/{R:1}" /> - </rule> - <rule name="Imported Rule 2" stopProcessing="true"> - <match url="^" ignoreCase="false" /> - <conditions> - <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> - <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> - </conditions> - <action type="Rewrite" url="index.php" /> - </rule> - </rules> - </rewrite> - </system.webServer> -</configuration> |
