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]