HELP - free ASP webmail and running PHP in Windows Plan

I am looking for free ASP webmail. Something like the PHP version of Squirrelmail and OpenWebMail. I have tried to search in google, many of them are commercial version.

http://jmailbox.org/ is the only free ASP version I found. But it doesn't have address book function.

I am currently using Windows Plan which support PHP (according to my web hosting company). However, I have tried to upload the whole folder of Squirrelmail, OpenWebMail etc to my WWW folder in Windows Plan. But it doesn't work. I really dun know how to get the PHP work in my Windows Plan.

I have tried to put a test.php file in my WWW folder with the following code.

##############
<html><head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<p>"; ?>
</body></html>
##############

when I tested it out, it return the following error.

=============
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials you supplied.
=============

Your help is much appreciated.

Thank you

 

 

 

 

Top