How to add multiple index.html references in httpd.conf ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux