Welcome Guest, Not a member yet? Register   Sign In
Help! IIS 7 + CI
#3

[eluser]Unknown[/eluser]
I've just been battling with IIS on Windows XP. Now it's generating decent URLs. What you should do is set the following line in your application/config/config.php:
Code:
$config['index_page'] = "index.php?";
Contrary to other posts on IIS, you should leave the standard setting for 'uri_protocol':
Code:
$config['uri_protocol']    = "AUTO";


Messages In This Thread
Help! IIS 7 + CI - by El Forum - 11-30-2007, 09:10 PM
Help! IIS 7 + CI - by El Forum - 12-01-2007, 07:28 PM
Help! IIS 7 + CI - by El Forum - 12-03-2007, 07:10 AM
Help! IIS 7 + CI - by El Forum - 12-03-2007, 09:11 AM
Help! IIS 7 + CI - by El Forum - 12-03-2007, 09:24 AM
Help! IIS 7 + CI - by El Forum - 12-05-2007, 11:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB