- To make life easier, change everything back to the way it was, and simply copy
the 'nola' directory to '/var/www/html':
Change to the directory you untarred nola to, but not within the nola directory
# cp -a nola-x.x.x /var/www/html/nola
Now you should be able to access nola by going to http://localhost/nola
If you really want to get it working the way you have described, edit
'/etc/httpd/conf/commonhttpd.conf' and change this line:
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory /var/www/html>
Restart your webserver and you should be good to go.
------
Note: If this answer resolves your problem, please remember to close this
incident.
|