sakamies / ranui

Foolproof HTML editor proto
https://pumpula.net/foolproof-html
Other
112 stars 10 forks source link

Links to Foolproof HTML blog with query params return a 404 response. #5

Closed tomsabin closed 7 years ago

tomsabin commented 7 years ago

I recently found your post about Foolproof HTML from the weekly Hacker Newsletter email, however, the link to the article is broken when there are query parameters. This issue might be in the incorrect place but it's the best way I can make you aware of the problem in detail. If you are aware already, please feel free to close this.

The Hacker Newsletter has the following link

screen shot 2017-02-13 at 09 54 00

which redirects to the URL with UTM query params:

https://pumpula.net/foolproof-html?utm_source=hackernewsletter&utm_medium=email&utm_term=code

However, when you visit this URL you'll receive a 404 response:

screen shot 2017-02-13 at 09 54 19

The same will happen for any query parameter, even just https://pumpula.net/foolproof-html?

You're likely to be missing out on some visitors from the broken URL on the Hacker Newsletter email.

sakamies commented 7 years ago

Well that's just wrong, one more reason why I should stick to ready made site engines. Should be fixed now. Thank you!