How to remove index.php in Codeigniter
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.
开发者_JAVA技巧I want to work on IIS and Windows 7 and if I can remove index.php while calling any particular controller / module.
You can use ISAPI_Rewrite for that if you are under IIS. Visit that link to get more info about it. Thanks :)
I would recommend IIRF (Ionic's ISAPI Rewrite Filter) which is a rewriter for IIS that unlike ISAPI_Rewrite is completely free for the full functionality. The lite version of ISAPI_Rewrite might suffice for just this one issue (removing index.php for CodeIgniter), but IIRF can do so much more.
精彩评论