I have a mini-calendar in a block on my homepage that is using views with arguments to display data for specific days chosen by a user.

The typical path after a user clicks on a day in the calendar looks like this:

http://www.mysite.com/?var=2011-03-10&mini=calendar/2011-03

Where var is used by the view to pull the correct days data.

This works great for any month/day in 2011. If I navigate to 2010 and click a day on any months calendar, I get a page not displayed error.

Any ideas?