joebpa Posted October 13, 2006 Share Posted October 13, 2006 Old server - Windows 2K, IIS5, Php3, usings forms to send mail. Server was part of Active directory until the AD server crashed and had to be rebuilt. This caused the IIS account to be lost. IIS runs but php3 stuff doesnt.Resolution create new server.New server on different platform - Windows 2003 web edition, IIS 6, Php5. This server is not part of a domain (I.E. NO A/D).All web pages run correctly but no PHP stuff works.Followed these instruction to install:http://www.visualwin.com/PHP/http://www.peterguy.com/php/install_IIS6.htmlhttp://www.webhostgear.com/203.htmlhttp://www.stevedawson.com/article0007.phpAs you can see i have tried many different processes to get it installed and running. They all say pretty much the same, which leads me to one conclusion it is an IBT error.Is there any place that has instructions on how coding should be to call php stuff when using a index.html file as the main page?If the server is configured correctly then it must be my lack of knowledge on how php works (deffinately a solid thought). Here is the web link to a basic construction page where i tried to add a counter.http://www.libertyformals.com/I have added code for the counter and also added a link to a counter under it, but only one counter shows.Am i missing access permission?Is my code wrong?Is php not installed/correctly?Is there syntax that i should be aware of?someone please direct me to the link or page that has my answer.I cant even get the test php to run. :( Quote Link to comment https://forums.phpfreaks.com/topic/23870-new-server-old-files/ Share on other sites More sharing options...
gmwebs Posted October 28, 2006 Share Posted October 28, 2006 If you want php code to be executed, then you would need to rename the extension from html to php. So if your index page is index.html, you need to make it index.php. Quote Link to comment https://forums.phpfreaks.com/topic/23870-new-server-old-files/#findComment-115770 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.