
When using services like GitHub pages, you won’t have access to tools that allow you to redirect using HTTP status codes. This means you need to improvise. A good solution for this is a client side redirect done in JavaScript. Combined with some additional GET parameters, you can redirect to a choice of pages. I’ve […]