Your IP : 216.73.216.59


Current Path : /home/cognqeap/starnest.co.uk/
Upload File :
Current File : /home/cognqeap/starnest.co.uk/web.config

<?xml version="1.0"?>
<configuration>
<system.webServer>
<rewrite>
<rules>



<rule name="SiteBuilder_RuleWww" stopProcessing="true">
<match url="(.*)"/>
<conditions>
<add input="{HTTP_HOST}" pattern="^www\.(.*)$"/>
</conditions>
<action type="Redirect" url="https://{C:1}/{R:1}" appendQueryString="true" redirectType="Permanent"/>
</rule><rule name="SiteBuilder_Rule1" stopProcessing="true">
<match url="^((?:gallery|gallery_gen|img|css|js)\/.*|sitemap\.xml)$"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="ncsitebuilder/{R:1}"/>
</rule><rule name="SiteBuilder_Rule2" stopProcessing="true">
<match url="(.*)"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="ncsitebuilder/?route={R:1}"/>
</rule></rules>
</rewrite>

<defaultDocument enabled="true">
<files>
<clear/>
<add value="index.php"/>
<add value="index.html"/>
</files>
</defaultDocument></system.webServer>
</configuration>