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 )

On Jun 5, 1:04 pm, Sean Coates <[email protected]> wrote:
> > Thanks for your reply.
>
> > First I'll look into habari's rewrite system and think
> > about how to do this.
>
> It _could_ be done with uglier URLs and some hackery in the code:
>
> With mod_rewrite:http://blog.example.com/path/to/habari/foo-bar
>
> Could become without 
> mod_rewrite:http://blog.example.com/path/to/habari/index.php/foo-bar
>
> S
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to