Realpolitik <[email protected]> wrote: > This would be useful for the many shared hosts that don't allow > mod_rewrite, but could easily be done in in a plugin provided > redirects were taken care of > > $start_url = Plugins::filter('rewrite_request', $start_url); > > $buffer = Plugins::filter('final_output', $buffer); > > For redirects, there should probably be a filter for rewriting URLS > > public static function redirect( $url = '', $continue = false )
Yes,good idea, also URL::out should change or some other plugin hook. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
