Hi there.

What you need to do is edit your apache httpd.conf and search for the
lines.

1) 

AddType image/x-icon .ico

And then directly underneath this line, add the following.

AddType application/x-httpd-php .php

2)

Then find the lines

<IfModule mod_dir.c>
    DirectoryIndex index.html
</IfModule>

And change it to

<IfModule mod_dir.c>
    DirectoryIndex index.html index.php
</IfModule>

That should help :)

------------------------------------
John Paul Szkudlapski (Web Manager)
Computer Services - BSFC
t: +44 151 651 3720
f: +44 151 653 4419
m: +44 780 154 2033
w: http://hermes.bsfc.ac.uk


****************************************************************
Birkenhead Sixth Form College

This message is sent in confidence for the addressee only;
If it has come to you in error please notify [EMAIL PROTECTED]

The contents of this e-mail are the personal views of the sender, 
which may not necessarily reflect those of the college.

This message has been scanned for viruses. 
The college cannot accept any responsibility for any viruses 
which may have come from external sources.

**************************************************************** 



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

Reply via email to