Mini Shell

Direktori : /home/funerariamayer/www/cms/
Upload File :
Current File : /home/funerariamayer/www/cms/web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
<system.webServer>
<rewrite>
 <rules>

<rule name="rule 1.0CMS">
	<match url="^gerenciar-categoria$"  />
	<action type="Rewrite" url="./index.php?url=gerenciar-categoria"  />
</rule>

<rule name="rule 1.1CMS">
	<match url="^gravar-categoria$"  />
	<action type="Rewrite" url="./index.php?url=gravar-categoria"  />
</rule>

<rule name="rule 1.2CMS">
	<match url="^alterar-categoria$"  />
	<action type="Rewrite" url="./index.php?url=alterar-categoria"  />
</rule>

<rule name="rule 1.3CMS">
	<match url="^gravar-alterar-categoria$"  />
	<action type="Rewrite" url="./index.php?url=gravar-alterar-categoria"  />
</rule>


<rule name="rule 2.0CMS">
	<match url="^gerenciar-produto$"  />
	<action type="Rewrite" url="./index.php?url=gerenciar-produto"  />
</rule>

<rule name="rule 2.1CMS">
	<match url="^gravar-produto$"  />
	<action type="Rewrite" url="./index.php?url=gravar-produto"  />
</rule>

<rule name="rule 2.2CMS">
	<match url="^alterar-produto$"  />
	<action type="Rewrite" url="./index.php?url=alterar-produto"  />
</rule>

<rule name="rule 2.3CMS">
	<match url="^gravar-alterar-produto$"  />
	<action type="Rewrite" url="./index.php?url=gravar-alterar-produto"  />
</rule>

<rule name="rule 2.4CMS">
	<match url="^cad-produto-foto$"  />
	<action type="Rewrite" url="./index.php?url=cad-produto-foto"  />
</rule>



 </rules>
</rewrite>
    </system.webServer>
</configuration>

Zerion Mini Shell 1.0