home *** CD-ROM | disk | FTP | other *** search
/ ftp.windowware.com / 2014.06.ftp.windowware.com.tar / ftp.windowware.com / web.config < prev    next >
Extensible Markup Language  |  2010-02-21  |  693b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3.     <system.webServer>
  4.         <httpRedirect enabled="false" destination="http://www.winbatch.com/windoware.html" exactDestination="true" childOnly="false" httpResponseStatus="Found" />
  5.         <defaultDocument>
  6.             <files>
  7.                 <clear />
  8.                 <add value="index.html" />
  9.                 <add value="Default.htm" />
  10.                 <add value="Default.asp" />
  11.                 <add value="index.htm" />
  12.                 <add value="iisstart.htm" />
  13.             </files>
  14.         </defaultDocument>
  15.         <urlCompression doDynamicCompression="false" />
  16.     </system.webServer>
  17. </configuration>
  18.