Ver Mensaje Individual
  #13 (permalink)  
Antiguo 10/11/2007, 13:05
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 1 mes
Puntos: 292
Re: Apache : Mod_rewrite

Cita:
Enable mod_rewriteFind the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)

Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)

Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.
'ClearModuleList' NO existe en mi httpd.conf y TAMPOCO nada como:

AddModule mod_rewrite.c