Files
Kleeja/web.config
Abdulrahman 7f4a4f6ff9 hello github! 😘
2018-01-09 02:09:07 +03:00

14 lines
291 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<hiddenSegments>
<add segment="cache" />
<add segment="config.php" />
</hiddenSegments>
</requestFiltering>
</security>
</system.webServer>
</configuration>