From: Michel <mi...@la...> - 2002-10-24 07:07:16
|
On Thursday, October 24, 2002, at 02:44 AM, dre wrote: > this is not an issue on the browser end but on the server end. > It actually is a configuration that needs to be done in httpd.conf > (DirectoryIndex), but since there probably are other people that don't > have access to the Apache configuration file it might be a good idea > to add the proposed 'index.html' anyway. Because some people don't have access to the httpd.conf configuration file, they can modify their server configuration by adding a .htaccess file in the proper directory they want to modify. Just type this line in the .htaccess file: DirectoryIndex index.php index.html This could be explained in the phpicalendar README file. |