Home

Geeklog: What I Learnt Today / Adam

FallbackResource Directive

> Came across a good blog post this morning by Joshua Thijssen.
He suggests using
FallbackResource /index.php 
or whatever your controller is called, rather than more complex mod-rewrite rules to redirect all non existant files to the front controller on apache server.
Just trying it on a test project and its working here, perhaps best for simpler project there don't seem to be lots of options but I should think a bit less error prone. You can read more in the apache docs .

/ Adam