Date Navigation pretty URLs

Permalink
Hi Guys,

when I use a link in the Date Navigation block there is always index.php in the URL although pretty URLs are enabled and working on the other parts of the site. A Bug?

Regards

Torsten

1 Attachment

tsilbermann
 
araila replied on at Permalink Best Answer Reply
araila
Hi Torsten, I just found my answer on this other thread here:
http://www.concrete5.org/developers/bugs/5-5-2-1/viewurl-generates-...

I just needed to add the following line to the file located here: /config/site.php

define('URL_REWRITING_ALL', true);