Jaf
Posts: 70
Joined: 2/1/2006 Status: offline
|
I'm not really a php expert, and this forum is mainly to do with AscToHTM, but as I understand it php pages are regarded by the web server as "scripted" pages, as opposed to the "static" content represented by HTML. In IIS, scripted content can only be placed in those folders that you configure to allow scripted content. You can map folders as seen on the web site URL to directories on your disk, and also mark these as allowing "active" content. I think this may be the problem you're experiencing, in that if you place them in a different folder you'll either see these pages as static (i.e. the php contents won't get run), or not at all. I suspect you'll need to configure IIS to make these folders visible and also to allow active content. As I say, I'm not an expert in this area, but I hope this helps. I'm glad you've managed to use AscToHTM to create your php pages though
|