Hi friends,
I need help from you in making changes in the DocumentRoot. I have
placed my application in a directory "apps" under /var/www/html and
when i try opening it as
http://computername/ it shows me the
directory structure instead of opening the index or default page
whereas i want that whenever the user types on the LAN
http://computername, the application should pop up.When i type
http://computername/apps the application runs. The settings in the
httpd.conf files are:
ServerRoot "/home/usr/apache2/"
DocumentRoot "/var/www/html"
Alias /apps /var/www/html/apps
<Directory "/home/usr/apache2/apps">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
DirectoryIndex Default.asps default.htm index.htm memberlogin.htm
index.html
Where do i need to make the changes so that when the user types
httpd://computername the application page comes up.
Thanks in advance
Regards