![]() |
mod rewrite - 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: mod rewrite (/showthread.php?tid=24029) |
mod rewrite - El Forum - 10-28-2009 [eluser]CI2RULZ[/eluser] for those that deploy CI on a windows server via IIS6 and PHP FastCGI.... what would you recommend doing about the mod rewrite situation? mod rewrite - El Forum - 10-28-2009 [eluser]thdls55[/eluser] Hi cmiwebstudio, You can use the ISAPI Rewrite extension for IIS. It provides a mod_rewrite compatible rule syntax. mod rewrite - El Forum - 10-28-2009 [eluser]CI2RULZ[/eluser] since it's an ISAPI rewrite... and I'm using php with FastCGI (not isapi)... would that still be applicable? Sorry if that's a dumb question. mod rewrite - El Forum - 10-28-2009 [eluser]thdls55[/eluser] Not a dumb question, but yes, ISAPI Rewrite will work with FastCGI. |