Fixed xml syntax error in web.config

This commit is contained in:
Ethan N. Paul 2017-02-10 23:18:02 -05:00
parent 4abcbb87d1
commit 7741ebb463
1 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<?xml version="1.0" encoding="UTF-8"?>
<rewrite>
<rules>
<rule name="Redirect to HTTPS" stopProcessing="false">