Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/02/2010, 17:21
policia
 
Fecha de Ingreso: febrero-2010
Mensajes: 23
Antigüedad: 14 años, 3 meses
Puntos: 0
ayuda con .htacces

Hola ire al grano.

he creando esto

Código:
RewriteEngine on

 Rewriterule ^noticias/(.*)/(.*)/(.*)\.html$ post.php?categoria=$1&id=$2&titulo=$3
me seria algo asi:

http://localhost/noticias/humor/23/chiste-del-dia.html

pero cuando tengo una noticia con estos simbolos:

http://localhost/noticias/humor/23/chiste-del-dia-(al100%).html

o otros simbolos %$#%& etc...

me aparece error de apache :(

Código:
Bad Request

Your browser sent a request that this server could not understand.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
ayuda pliz :(