On 25/10/2012 12:31, Gorka wrote:
Tengo un .htaccess en /var/www con esta línea como contenido ...
IndexIgnore *
... en /etc/apache2/sites-available/default tengo ...
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error,
crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
... donde como podéis ver he cambiado AllowOverride de None a All
Y sigue sin cogerme el .htaccess. Cuando meto la url me lista todo el
contenido de /var/www
¿Qué hago mal? ¿Aguna idea?
Se me olvidó decir que, por supuesto, he hecho ...
a2ensite default
/etc/init.d/apache2 reload (incluso restart)
--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50891751.7080...@yahoo.es