ok

Mini Shell

Direktori : /home/pequenacapitolio/www/
Upload File :
Current File : /home/pequenacapitolio/www/web___.config

<configuration>
	<system.web>
		<customErrors mode="Off" />
	</system.web>
	<system.webServer>

		<rewrite>
			<rules>
				<rule name="Início">
					<match ignoreCase="true" url="^Inicio$"/>
					<action type="Rewrite" url="default.asp" appendQueryString="false"/>
				</rule>

				<rule name="A Pouso Alegre">
					<match ignoreCase="true" url="^Pouso-Alegre$"/>
					<action type="Rewrite" url="pouso_alegre.asp?id=1" appendQueryString="false"/>
				</rule>

				<rule name="Notícias">
					<match ignoreCase="true" url="^Noticias$"/>
					<action type="Rewrite" url="noticias.asp" appendQueryString="false"/>
				</rule>

				<rule name="Cidadão">
					<match ignoreCase="true" url="^Cidadao$"/>
					<action type="Rewrite" url="cidadao.asp" appendQueryString="false"/>
				</rule>

				<rule name="Empresa">
					<match ignoreCase="true" url="^Empresa$"/>
					<action type="Rewrite" url="empresa.asp" appendQueryString="false"/>
				</rule>

				<rule name="Serviços Online">
					<match ignoreCase="true" url="^Servicos-Online$"/>
					<action type="Rewrite" url="servicos_online.asp" appendQueryString="false"/>
				</rule>

				<rule name="Transparência">
					<match ignoreCase="true" url="^Transparencia$"/>
					<action type="Rewrite" url="transparencia.asp" appendQueryString="false"/>
				</rule>

				<rule name="Contato">
					<match ignoreCase="true" url="^Contato$"/>
					<action type="Rewrite" url="contato.asp" appendQueryString="false"/>
				</rule>

			</rules>
		</rewrite>

		<httpErrors errorMode="Detailed" />
	</system.webServer>
</configuration>

Zerion Mini Shell 1.0