Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/05/2006, 07:29
jglorenzosqr
 
Fecha de Ingreso: octubre-2005
Mensajes: 778
Antigüedad: 19 años, 4 meses
Puntos: 1
localhost/joomla/installation/index.php no se ejecuta...

La URL como localhost no carga el script de pre-instalación de Joomla.

Tengo equipo con S.O. Debian y apache 2.0.

Como el script no funcionaba, opté por crearle un VirtualHost :
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www/joomla
DirectoryIndex index.php
</VirtualHost>

Pero tampoco lo carga, el mensaje del browser es el siguiente :
localhost/joomla/installation/index.php
"Not Found

The requested URL /var/www/joomla/installation/index.php was not found on this server.
Apache/2.0.55 (Debian) PHP/5.1.2-1 Server at localhost Port 80"

El archivo /etc/hosts está configurado bien.