Kohana & FastCGI routing problems...
Posted by Lucian Daniliuc in
PHP on 10 3rd, 2009 |
No Comments
If you’re developing on Kohana framework and your server is setup with Apache and FastCGI, you’ll run into some weird trouble regarding URL processing. This is happening because Kohana’s Router class is not looking at the REQUEST_URI key in the $_SERVER global, and gets the PHP_SELF...