simonw / museums

A website recommending niche museums to visit
https://www.niche-museums.com/
46 stars 11 forks source link

Shorter URLs for museum pages #24

Closed simonw closed 4 years ago

simonw commented 4 years ago

Right now they are:

https://www.niche-museums.com/browse/museums/102

I'd like to shorten these to just:

https://www.niche-museums.com/102

Using the new custom template page parameters feature in Datasette 0.49.

simonw commented 4 years ago

One trick: I need to ensure I have 301 redirects from the old locations.

simonw commented 4 years ago

I'm redirecting the old URLs here:

https://github.com/simonw/museums/blob/83a80df670975a972bd3630d7d8aee30d635954b/plugins/redirect_www.py#L11-L19