I am usin a Linux (Ubuntu) and the Apache I got it from XAMPP which installs Apache, MySQL and PHP at the same time.
I have been trying to set up an ERP SW named Arias in my Apache webserver but it doesn't find my DocumentRoot
First
1.- I placed my Arias installation in
/var/
Then I changed the Apache Configuration file in /opt/lampp/etc/httpd.conf
2. - DocumentRoot /var/3. - Then make sure there was an index.php on the DirectoryIndex
DirectoryIndex index.php index.html index.html.var
However, anytime I tried to check my website ... I receive a message saying
"Not Found
The requested URL /arias was not found on this server.
Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.4 DAV/2 mod_perl/2.0.1 Perl/v5.8.7 Server at localhost Port 80"
Please if anyone could help me I will appreciate it. I don't understand why it says not found if I already changed the DocumentRoot....
Thanks so much...
I have been trying to set up an ERP SW named Arias in my Apache webserver but it doesn't find my DocumentRoot
First
1.- I placed my Arias installation in
/var/
Then I changed the Apache Configuration file in /opt/lampp/etc/httpd.conf
2. - DocumentRoot /var/3. - Then make sure there was an index.php on the DirectoryIndex
DirectoryIndex index.php index.html index.html.var
However, anytime I tried to check my website ... I receive a message saying
"Not Found
The requested URL /arias was not found on this server.
Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.4 DAV/2 mod_perl/2.0.1 Perl/v5.8.7 Server at localhost Port 80"
Please if anyone could help me I will appreciate it. I don't understand why it says not found if I already changed the DocumentRoot....
Thanks so much...