Can you created 301 redirects with Surfer?
-
wrote on Apr 13, 2024, 10:17 AM last edited by
I'm planning to host an Eleventy based static site using Surfer, but just realised that I'll need to create a couple of 301 redirects for pages that have changed URL. Is this possible to do with Surfer? Firing up a LAMP app just for 301s seems a little bit overkill.
/Anders
-
This is currently not possible with surfer, it really is just serving up files. If you really want to use surfer and have redirects, then maybe a html meta tag redirect would work, but surely this is not the same as 301....
-
wrote on Apr 16, 2024, 4:58 AM last edited by
Yes, going the html route is what Iām considering as an alternative even though true 301s would be preferred.