@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!