![]() |
how remove index.php on windows server - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: how remove index.php on windows server (/showthread.php?tid=14583) |
how remove index.php on windows server - El Forum - 01-07-2009 [eluser]minhbu[/eluser] i want to remove index.php on my application.But it run on windows server (IIS ). I used code on wiki but i only run on apache. But IIS is not. Help me. how remove index.php on windows server - El Forum - 01-08-2009 [eluser]Phil Sturgeon[/eluser] Not the best solution but something I randomly came across the other day: http://www.micronovae.com/ModRewrite/ModRewrite.html Someone who knows IIS can probably give you a better (and free) solution. how remove index.php on windows server - El Forum - 01-10-2009 [eluser]percent20[/eluser] I wrote up something a while back on this on my old dev blog. http://www.buddylindsey.com/Blog/post/Ionics-ISAPI-Rewrite-module-with-Code-Igniter.aspx how remove index.php on windows server - El Forum - 01-10-2009 [eluser]t'mo[/eluser] [quote author="percent20" date="1231652462"]I wrote up something a while back on this on my old dev blog. http://www.buddylindsey.com/Blog/post/Ionics-ISAPI-Rewrite-module-with-Code-Igniter.aspx[/quote] That was clever. Do you have any suggestions, though, if you're on a shared Windows host which gives you no ability to add ISAPI filters, recycle the pool, etc.? |