HTTP Error 403 on Win 2003
Submitted by sackbut on Sat, 2008-04-19 23:42.
Installed album as per instructions. When I browse to index.php get a 403 from IE7 (access forbidden). Have got r/w access on the cache and data folders.
Running Win2003 Server + SP2 and PHP 5.2.5
Anyone got any ideas ?
Thanks
Sackbut

Hello, sorry but I can not
Hello, sorry but I can not help you, as currently I have not Windows server where I could test it. But I'm sure it should work, as I tested the current version with Win2k3+IIS+PHP, but not sure which PHP Version it was. Does work any other PHP scripts on your server.
You could probably try to create test.php file with following code. Put it into directory where phpAlbum is and try it if it works.
<?phpphpinfo();
?>