Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Cleber Bettini

URL Amigável II6

Recommended Posts

Não sei se estou no lugar certo, mas enfim segue o problema...

Meu cliente utiliza um serviço de hospedagem com a seguinte plataforma: Microsoft Windows 2003 Server

Não estou conseguindo fazer funcionar o sistema com URL amigável, estou usando um arquivo web.config

 

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="exemplo 1" stopProcessing="true">
<conditions>
  <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
  <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<match url="^(.*)$" ignoreCase="true" />
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

 

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olha este link pode te ajudar

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.