currently in httpd.conf the default index.html is configured :

DocumentRoot “www”
DirectoryIndex index.html
<Directory “www”>
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

I want to add another webpage (index.html) located in “otherWeb” which is 
located in the same directory as “www”
How do I add this?

Currently for example: https://server.domain.net/defaultapp  gets the 
index.html from default app in “www”

What I what to be able to do is 

https://server.domain.net/otherapp and get the index.html in “otherWeb”

Where server.domain.net is the exact same server.

Phil

Reply via email to