Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/05/2008, 16:04
Avatar de ajalex
ajalex
 
Fecha de Ingreso: agosto-2003
Mensajes: 122
Antigüedad: 21 años, 5 meses
Puntos: 0
Exclamación Respuesta: conflicto con mod_rewrite

estube probando y me di cuenta que si hago esto

http://192.168.0.1/epnsbj/noticias/ ahi es mi pagina principal entra perfecto ya sea asi o como noticias.php

http://192.168.0.1/epnsbj/noticias/mi-noticia.html ahi no me muetra nada y asi lo voy a ocupar pero si en el .htaccess cambio noticias por noti si funciona

http://192.168.0.1/epnsbj/noti/mi-noticia.html ahi si funciona perfecto

y con el mismo .htaccess que me dio aloqui

Código HTML:
Options +Indexes
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^index\.html$ index.php [L]
RewriteRule ^noticias\/$ noticias.php [L]
RewriteRule ^noti\/(.+)\.html$  noticias.php?noticia=$1 [L]