Ver Mensaje Individual
  #14 (permalink)  
Antiguo 07/06/2006, 08:54
jglorenzosqr
 
Fecha de Ingreso: octubre-2005
Mensajes: 778
Antigüedad: 19 años, 1 mes
Puntos: 1
Lo intenté de nuevo según forista AleSanchez y..

Cita:
Iniciado por AleSanchez
A ver:
El programa esta instaldo en /var/www/joomla
El DocumentRoot deberia ser /var/www

Deberias acceder al sistema como:

http://localhost/joomla/installation

Que dice la docuemntacion?

Revisa el tema de la opcion DocumentRoot, para mi que el problema esta por ahi.
Volví a intentarlo con el virtual host, según me recomienda AleSanchez, e indiqué de varias maneras :

NameVirtualHost 127.0.0.1
1)
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www
DirectoryIndex index.php
</VirtualHost>

2)
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www/
DirectoryIndex index.php
</VirtualHost>

3)
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www/joomla/installation
DirectoryIndex index.php
</VirtualHost>

Reinicié apache, direccioné joomla en el browser, y nada, tampoco se carga, sigue el dicho y latoso mensaje :
"Not Found

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