Apache Web Server
Where can
I find more information about the Apache Web server?
Visit http://www.apache.org
What if I want to use index.php3
instead of index.html?
You can do this very easily with your own '.htaccess' file in your /var/www/html
directory. Using a text editor, create a file named '.htaccess' with the following line
and upload it to your htdocs directory:
DirectoryIndex index.php3 index.php4 index.php index.html index.htm
What version of Apache are you
using?
Server version: Latest Redhat Linux Enterprise. |