i am just trying to install, i am using iis, and have many sites, but must be missing something simple, i extracted to a subfolder and have php installed and working along with mysql, however when i open a browser and go to ...\wwwroot\gallery2 to start the install i get http 403 forbidden The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.
i just can't seem to figure it out, tried to re-extract the files in the directory but that didn't help.
Posts: 22890
Lets see if php is working....post a phpinfo link:
FAQ: What information is required when I ask for help in the forums?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 22
php info
Posts: 22
my personal opinion is that the problem i am having is iis related, but i could be wrong
Posts: 22
may i also add that i am using fastcgi vs. isapi for php, doh, just read teh phpinfo and i guess it shows it there too
Posts: 22
got it, DOH, i swore i set the default document to index.php but apparently not, so i added index.php and moved it to top and that resolved the problem.