[SOLVED] newbie question i think

pinky285

Joined: 2009-09-29
Posts: 22
Posted: Wed, 2009-09-30 02:29

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Wed, 2009-09-30 03:14

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

 
pinky285

Joined: 2009-09-29
Posts: 22
Posted: Wed, 2009-09-30 13:05

php info

AttachmentSize
phpinfo().txt29.88 KB
 
pinky285

Joined: 2009-09-29
Posts: 22
Posted: Wed, 2009-09-30 13:06

my personal opinion is that the problem i am having is iis related, but i could be wrong

 
pinky285

Joined: 2009-09-29
Posts: 22
Posted: Wed, 2009-09-30 13:32

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

 
pinky285

Joined: 2009-09-29
Posts: 22
Posted: Wed, 2009-09-30 15:49

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.