开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜