Page 1 of 1

Problem with calendar and clean urls [SOLVED]

Posted: Sun Oct 14, 2007 10:40 am
by iskanje
I clean-ified my CMSMS site urls by mod_rewrite, and it seems that it broke something with the calendar: if I try to view the event detail-page, I get 404 not found error.

First I thought it's a problem with Finnish characters Ä and Ö, but the detail-page link does not work even without the special characters.

One example of such a calendar detail link is here:

http://valonkoti.net/2007/10/03/15-V%EF ... %BD-s.html

This I understand it can't work, but why the following calendar entry doesn't show either is a mystery to me:

http://valonkoti.net/2007/07/14/16-testi.html

I removed the {$moretext} link text from the Calendar list template to avoid confusing users, but if someone could help me to find a solution, that would be fantastic :)

The Calendar module I have installed is version 0.7.10.

Re: Problem with calendar and clean urls

Posted: Sun Oct 14, 2007 11:06 am
by Signex
in content->calender->settings did you choose a default page for calender with this option?

"Default page that contains Calendar. This page must contain a Smarty tag that calls Calendar. Required if you use the pretty URLs.:"

Re: Problem with calendar and clean urls [SOLVED]

Posted: Sun Oct 14, 2007 11:18 am
by iskanje
Aah, that was simple, thanx for pointing that out. I had the default page set, but I had since moved the tag to other page...

Thanks again!!!