SystemVoid Posted December 3, 2008 Share Posted December 3, 2008 i'm trying to open a php file i just created in dreamweaver, however, i'm getting the error "the page cannot be found" when i type this in my browser.. http://localhost/UnnamedSite23/default.php this file is in my C:\Inetpub\wwwroot\UnnamedSite23 folder.. and it seems i can't get any php files to run from my Inetpub\wwwroot folder... I'm using WinXP Pro, with IIS 5.1 installed.. PHP 5.2.6.. and MySQL 4.1... the "UnnamedSite23" is listed in IIS as under "Web sites -> Default websites" When i right-click on Properties in IIS, an Application name is set, and Execution permissions is set to "Scripts and Executables".. what am i missing?... Quote Link to comment Share on other sites More sharing options...
SystemVoid Posted December 3, 2008 Author Share Posted December 3, 2008 figured it out.. needed to edit the php.ini file... changed: cgi.force_redirect = 1 to: cgi.force_redirect = 0 Quote Link to comment 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.