www.example.com/2007/12/21/this-is-the-slug
Habari imports this as:
www.example.com/this-is-the-slug
I quite like the date based URL because it's got a built-in temporal
context. Is this possible in Habari?
If I can't have that, what are my redirect options? I would think the
best option is a 301 Moved Permanently. Has someone done this already?
cheers, Michael
My site displays active custom rewrite rules I have added to the
rewrite_rules table as insert statements at this URL:
http://asymptomatic.net/rewrite_rulez
If you remove this parameter from the regex:
(?P<id>\\d+)/
And this part from the build string:
{$id}/
That will get you the URLs you are looking for. Habari will also
continue to answer for URLs with the slug at the root.
Owen
define( 'DEBUG', true );
Now access your site. You should get a comprehensive error message to
post here.
cheers, Michael
--
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
I believe that this error has been corrected in the svn HEAD version of
Habari. Can you try updating or installing the latest development
version from http://habariproject.org/dist ?
Owen