Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/09/2009, 16:11
Avatar de lucasmoadr
lucasmoadr
 
Fecha de Ingreso: marzo-2007
Ubicación: Llavallol, Buenos Aires
Mensajes: 220
Antigüedad: 17 años, 7 meses
Puntos: 5
Respuesta: Ayuda mod_rewrite

mi htaccess es el siguiente:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^/([a-z]+).html$ /localidades/index.php?localidad=$1 [L]

pero cuando quiero acceder a la web
/valor.html me da error 404

404 Not Found
The server can not find the requested page:

miweb/valor.html (port 80)