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