Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/04/2015, 14:40
rudiaz
 
Fecha de Ingreso: abril-2015
Ubicación: Santiago de Chile
Mensajes: 80
Antigüedad: 9 años, 11 meses
Puntos: 0
Respuesta: Problema al conectarme en localhost con phpmyadmin

Código PHP:
Ver original
  1. #
  2. # "C:/AppServ/www/cgi-bin" should be changed to whatever your ScriptAliased
  3. # CGI directory exists, if you have that configured.
  4. #
  5. <Directory "C:/AppServ/www/cgi-bin">
  6.     AllowOverride None
  7.     Options None
  8.     Order Allow,Deny
  9.     Allow from all
  10. </Directory>
  11.  
  12. Alias /icons/ "C:/AppServ/Apache2.2/icons/"
  13.  
  14. <Directory "C:/AppServ/Apache2.2/icons">
  15.     Options Indexes MultiViews
  16.     AllowOverride None
  17.     Order Allow,Deny
  18.     Allow from all
  19. </Directory>
  20.  
  21. El php.ini lo tengo asi