chyrp / chyrp

The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
http://chyrp.net
Other
202 stars 46 forks source link

route rule is not work with url query string #107

Closed icyleaf closed 11 years ago

icyleaf commented 12 years ago

Enable route rewrite by recommand way: (year)/(month)/(day)/(url)/

If the url append some query string, the system is not match.

example:

// it works
http://icyleaf.com/2012/04/thinking-in-QuickLook/

// it not works
http://icyleaf.com/2012/04/thinking-in-QuickLook/?utm_source=twitterfeed&utm_medium=twitter

// it not works, too!
http://icyleaf.com/2012/04/thinking-in-QuickLook
jacklightbody commented 12 years ago

I'm not sure I follow. Is this the way it currently is, or the way you want it to be?

xhezairbey commented 12 years ago

I thought the missing trailing slash bug was fixed by @cschorn here 95f7f4a3fc

icyleaf commented 12 years ago

it not works for the latest developemnt branch.

toastwaffle commented 11 years ago

Is this still an issue? Works fine for me on a (slightly customised) dev install

xhezairbey commented 11 years ago

This has been already fixed here: 18630e6