Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/06/2011, 15:55
Geze
 
Fecha de Ingreso: marzo-2010
Mensajes: 151
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Apache mod_rewrite en Localhost

@masterpuppet Mira tengo las cosas así:

Le agregué esto al HTTPD.CONF basándome en este post
Código:
LoadModule  /usr/lib/apache2/modules/mod_rewrite.so
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
Satisfy all
</Directory>
En apache2/mods-available está el fichero REWRITE.LOAD y contiene esto
Código:
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
Al momento de reiniciar Apache desde la terminal[ sudo /etc/init.d/apache2 restart ] me aparece esto

Código:
apache2: Syntax error on line 207 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/httpd.conf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from
Action 'configtest' failed.
The Apache error log may have more information.
   ...fail!