Forum

Yii search requires change in UrlToolkit

tdahh
20 May 2012, 01:28
Hi Hugo,

please change the Yii UrlToolkit configuration in http://www.hiawatha-webserver.org/howto/url_rewrite_rules
to include GET parameters or the search function for the yii framework will not be working correctly.

Just add this line to the yii section:
Match .*\?(.*) Rewrite /index.php?$1
(before the general match, like done in Banshee).

Kind regards,
Torsten

Hiawatha version: any
Operating System: any
Hugo Leisink
20 May 2012, 11:09
Thanks!
This topic has been closed.