MasterJiq
Member
- Jul 8, 2016
- 385
- 23
Hello,
I've been coded habbopages on popup in client to click button " ? " but it's only worked on xampp, so on Iis how to I fix this ?
I tried this code, never worked -_-
Thanks
I've been coded habbopages on popup in client to click button " ? " but it's only worked on xampp, so on Iis how to I fix this ?
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<remove fileExtension="*.txt" />
<mimeMap fileExtension="*.txt" mimeType="application/octet-stream" />
</staticContent>
</system.webServer>
</configuration>
Thanks