criei um arquivo .htaccess, utilizando o RewriteEngine on, mas ele só consegue redirecionar uma pasta
ex. noticias/ vai para noticias.php
mas noticias/ver/1/ que teria que ir para noticias_ver.php?idConteudo=1 nao funciona
http://www.nabil.org.br/noticias/ esta funciona é o primeiro nivel, os links seriam o 2º nao funcionam
por ex. http://www.nabil.org...oticias/ver/14/
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^noticias/ver/(.*)/ noticias_ver.php?idConteudo=$1
RewriteRule ^noticias/ noticias.php
Este mesmo script funciona em outro servidor, mas no servidor do cliente que é Locaweb não funciona.
Alguem poderia me ajudar?

Duvida Htaccess
Started By lfbadwolf, 30/05/2008, 23:31
Nenhuma resposta neste tópico
#1
Posted 30/05/2008, 23:31
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)