views:

357

answers:

1

How to remove index.php in codeigniter on Windows 7 and IIS.

I searched net for the solution but result weree based on re-write module of Apache, if anyone has worked on IIS and Windows 7 and had similar situation pls help on this.

I want to work on IIS and Windows 7 and if I can remove index.php while calling any particular controller / module.

+2  A: 

You can use ISAPI_Rewrite for that if you are under IIS. Visit that link to get more info about it. Thanks :)

Sarfraz
@Viral once you've got that working make sure you set `$config['index_page']` to a blank string as well!
fire