Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Bit of a problem with IIS.

Veni, Vidi, Vici
Loyal Member
Joined
Jan 31, 2010
Messages
1,472
Reaction score
247
Dunno if this is the correct section but I'm running into a problem :/.

I installed .

But I get this error when into a sub directory with PHP files -

Code:
[B]The page cannot be found[/B]

 The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.  Please try the following:
 
[LIST]
[*]Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
[*]If you reached this page by clicking a link, contact  the Web site administrator to alert them that the link is incorrectly formatted.
[*]Click the Back button to try another link.
[/LIST]
 [B]HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)[/B]

  Technical Information (for support personnel)
 
[LIST]
[*]Go to [URL="http://go.microsoft.com/fwlink/?linkid=8180"]Microsoft Product Support Services[/URL] and perform a title search for the words [B]HTTP[/B] and [B]404[/B].
[*]Open [B]IIS Help[/B], which is accessible in IIS Manager (inetmgr),  and search for topics titled [B]Web Site Setup[/B], [B]Common Administrative Tasks[/B], and [B]About Custom Error Messages[/B].
[/LIST]
 
Newbie Spellweaver
Joined
Dec 16, 2010
Messages
20
Reaction score
2
"Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages."

Link to what it's referencing:
 
Last edited by a moderator:
Ginger by design.
Loyal Member
Joined
Feb 15, 2007
Messages
2,340
Reaction score
653
You may have failed to install PHP. Or the installer may have failed to add a step. You'll usually need to add index.php as a default page, you can't just point your browser at a directory with php files in it and expect something to happen.

In the case that you failed to install it, check the MIME types for your website. If .php files aren't registered and FastCGI or the PHP ISAPI isn't installed, it's probably not there.

It's generally easier to just install FastCGI for IIS (google it) then install PHP from one of the binary packages from .
 
Back
Top