IIS 6 issues with publishing new folders.

Soldato
Joined
12 Jun 2012
Posts
3,918
Location
West Yorkshire
Hey guys.

Hope this is the correct section to post in.

I have a little problem i am hoping that i have missed something simple and being a bit thick :D.

So i am trying to get this software to run on my intranet page at work. I have tested that i can get it to work by intalling xampp on my laptop and managed to browse to it by going to localhost/filemanager/dialog.php. Works fine for me.

So i have now created a website within IIS which i can get to my index.html etc etc and have copied the files into the root just as i have set out with xampp. I am getting 403 on anything to do with filemanager. I can get into any other folder which is in the root and browse with directory browsing but as soon as i try to click this link its giving the above error.

Am i being stupid on trying to get php to work with IIS? This is my first time ever using IIS as i usually pay for hosting.

Any more info needed feel free to ask.

Thanks.
 
Have you installed PHP correctly? Are you using the CGI or ASAPI?
Can you create a test.php file with <?phpinfo();> in and open it. Do you see your PHP Info page. If not, PHP is not working.
 
Thanks Pete for the reply.

That's exactly what i'm doing wrong. Haven't installed PHP. Whoops.

Will report back once thats installed. :D
 
Back
Top Bottom