Yes, the rewrite rules are required, as well as changing your frontend
configuration to use the REST style URL format.
--
Brett Bieber
University of Nebraska-Lincoln
This mostly works for me except that a few URLs are malformed. It
seems to be appending the query string to the current page. For
example, from the year view (http://localhost/events/2011/) a link to
a specific day looks like http://localhost/events/2011/2011/3/1/
Any ideas?