EIMS FAQ

Question:

Can I have more than one default document for my web sites?


Answer

Yes.

However, how enter that information in depends upon which version of MOSXS you are using as Apple 'fixed' this in 10.1.

Under versions earlier than 10.1, the way to accomplish this is to enter in the multiple documents like so:

index.html""index.php""bob.html

Note the quotes missing at the front and back. The reason is that when the admin writes out this line in the httpd_macosxserver.conf file it places whatever is in that field within quotes.

Now, in version 10.1 or later, Apple fixed this so that the only things you need to put are the different file names:

index.html index.php bob.html

and Apple takes care of the rest.


FAQ Home | MacOSXS Home | Page last updated: