Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
iis 7.5 error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Khalil" data-source="post: 365297" data-attributes="member: 9938"><p>Then it's not configured correctly, either that or there is some sort of IIS mis-configuration, which would lead it to not read and execute the default PHP document (index.php). Does index.php load when you select it from that list? If it does and there's still no default document execution, then add this to your web.config:</p><p></p><p>[CODE]<configuration></p><p> <system.webServer></p><p> <defaultDocument></p><p> <files></p><p> <add value="index.php" /></p><p> </files></p><p> </defaultDocument></p><p> </system.webServer></p><p></configuration>[/CODE]</p></blockquote><p></p>
[QUOTE="Khalil, post: 365297, member: 9938"] Then it's not configured correctly, either that or there is some sort of IIS mis-configuration, which would lead it to not read and execute the default PHP document (index.php). Does index.php load when you select it from that list? If it does and there's still no default document execution, then add this to your web.config: [CODE]<configuration> <system.webServer> <defaultDocument> <files> <add value="index.php" /> </files> </defaultDocument> </system.webServer> </configuration>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
iis 7.5 error
Top