HOLA SIGUIENDO UN MANUAL DE INSTALACION HAGO LOS SIGUIENTE OJALA ALGUIEN PUDIERA AYUDARME PARA SABER DONDE ESTA EL ERROR GRACIAS,
service httpd start
service mysqld start
chkconfig httpd on
chkconfig mysqld on
mysql_secure_installation
mysql -u root -p
CREATE DATABASE elgg_db; (LA BASE DE DATOS SE CREA LOCALMENTE ? O HAY QUE CREARLA EN MI CPANEL ?)
CREATE USER 'elgguser'@'localhost' IDENTIFIED BY 'your-password-here'; <- EL USUARIO ES LOCAL O DEBO ASIGNAR AL ADMINISTRADOR DEL CPANEL Y AGREGARLO AL CREAR LA BASE DE DATOS MYSQL EN EL CPANEL ?
GRANT ALL PRIVILEGES ON elgg_db.* TO 'elgguser'@'localhost';
FLUSH PRIVILEGES;
<VirtualHost *:80>
ServerAdmin admin@yourdomain.com <- DEBE SER EL USUARIO DE MI WEBHOST ?
DocumentRoot /var/www/html/elgg/
ServerName yourdomain.com
ServerAlias www.yourdomain.com
ErrorLog logs/yourdomain.com-error_log
CustomLog logs/yourdomain.com-access_log common
</VirtualHost>
cuando llego a la parte de instalar elgg me voy a firefox e introduzco mi sitio web digitumsys.com/install.php y es donde obtengo el error 404 the request url was not found on this server.
Gracias por la atencion !!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.