He who calles himself "Sailom" (from <[EMAIL PROTECTED]>) wrote on
7/16/02 12:13 PM:

> Hello,
> I am a novice on PHP and web programming.  Can any one suggest me if I can
> use index.php in place of index.html?  I really need to concern about
> security issue too.

Are you using Apache? If so, just edit your httpd.conf file. The line that
reads DirectoryIndex index.html and change it. Mine reads:
DirectoryIndex index.html index.shtml index.html.var index.php index.phtml
If you're using IIS, I'm sure it's available somewhere in the configs...
-- 
Chris Garaffa
#!/usr/local/lib/php
$contact_info["Name"]   = "Chris Garaffa";
$contact_info["Email"]  = "[EMAIL PROTECTED]";
$contact_info["Work"]   = "[EMAIL PROTECTED]";
$contact_info["cell"]   = "203.803.9066";



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to