More flexible handling of 404 error ?
correct url: '/media/news/'
incorrect url: '/media/nes/'
will show 404 error
sometimes we may dont want to show 404.
If there is a method that can redirect to '/media/index/' when 'media' controller exist.
That would be great!
Comments
http://getfuelcms.com/user_guide/general/redirects
but I want redirect anything :
'/media/aaa/', '/media/bbb/', '/media/ccc/', '/media/zzzzz/'
these method arenot exist in the 'media' controller
301 redirect cant do that good
http://codeigniter.com/user_guide/general/controllers.html#remapping
Sorry for waste your time, I'm a newbie to CI(PHP).
Thank U very very much !!!