Skip to content

Instantly share code, notes, and snippets.

@alpha14
alpha14 / redirects.md
Last active May 2, 2022 18:13
Server Side static redirects

Platform server side static redirects comparison

Feature Gitlab Cloudflare Netlify Example
Redirects βœ”οΈ Yes
200, 301, 302
βœ”οΈ Yes
301, 302, 303, 307, 308
βœ”οΈ Yes /wardrobe.html /narnia.html 302
Rewrites βœ”οΈ Yes βœ”οΈ Yes βœ”οΈ Yes /* / 200
Rewrites (other than 200) ❌ No ❌ No βœ”οΈ Yes /en/* /en/404.html 404
Splats βœ”οΈ Yes βœ”οΈ Yes βœ”οΈ Yes /news/* /blog/:splat
Placeholders βœ”οΈ Yes βœ”οΈ Yes βœ”οΈ Yes /news/:year/:month/:date /blog-:year-:month-:date.html
Query parameters ❌ No ❌ No βœ”οΈ Yes /store id=:id /blog/:id 301