b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/
File Upload :
Current File : E:/www2/kidsbangna/web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="false"/>
<rewrite>
<rules>
<rule name="Plesk. WordPress redirect wpConfigRule " stopProcessing="true">
<match url="^wp-config.php$" ignoreCase="false"/>
<action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden"/>
</rule>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php?requesturi={URL}"/>
</rule></rules>
</rewrite>
</system.webServer>
</configuration>

Copyright © 2019 by b0y-101