![]() |
htaccess file question for exceptions - 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: htaccess file question for exceptions (/showthread.php?tid=31912) |
htaccess file question for exceptions - El Forum - 07-06-2010 [eluser]Julian_Omaha[/eluser] So, I have a controller that I do not want to include in the htaccess redirect to index.php?/. I am unfamiliar with how to set up my htaccess file to allow that to happen. I want all requests for (www.website.com/index.php?/) to be routed correctly to (wwww.website.com) EXCEPT www.website.com/index.php?/mobile/... Make sense? Help please! ![]() |