Cita:
Iniciado por vaquilla842 # Options FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 cambialo , pon all
</Directory>
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm index.html.var
</IfModule>
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
TE HE COPIADO ESTAS PARTES QUE ES DONDE APARECE ALGO PARECIDO
Creo que es eso .pone que solo acepte peticionesde 127.0.0.1 que es el host local , pero no pusiste a que directorio se refiere , porque si es por ejmplo el directorio de phpmyadmin es mejor dejarlo asi .