mrene85

Results 2 issues of mrene85

Links generated by Markdown will not work if you installed your Kohanut into a subdirectory (subdirectory is missing from the generated anchor).

Redirects are not handled this time. To fix this, edit 'action_view' in 'kohanut\modules\kohanut\classes\controller\kohanut.php' Modify the catch to this: ``` $redir = Sprig::factory('kohanut_redirect' , array('url' => $url))->load(); if ( $redir->count() >...