From: dre <dr...@an...> - 2002-10-24 06:45:05
|
Jordan, 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. - David. -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Jordan Miller Sent: Thursday, October 24, 2002 8:36 AM To: php...@li... Subject: [PHPiCalendar-DEV] index.html? Hi, phpicalendar is great, thanks! I had a minor feature request, more for others than myself. Most web browsers that I have used don't automatically load the index.php page in a given directory. Rather, index.html is assumed. So, how about a simple index.html file in phpicalendar distribution with the following: <html> <head> <meta http-equiv=refresh content="0; URL=./index.php"> </head> </html> That way, when the user types in the web address, ending in the phpicalendar-0.7 folder, it will automatically load index.php. What do you think? Jordan ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |