404 redirects as a 301

Hey there!

I’m using onpage.org for managing my onpage stuff and there’s a real time page-checker that always gives me the following error:

Fix the status code of your 404 pages

which is explained as:

It seems like your 404 pages do not respond correctly with a 404 Status Code. We have accessed a random page and the server responded with the Status Code 301.
Status Code: 301
_(Random) Tested URL: http://www.onapply.de/4993e3d04cac55f899ebc4a1451a2e9e0ff8a713/ _
_The random page redirects to: http://www.onapply.de/4993e3d04cac55f899ebc4a1451a2e9e0ff8a713_

I know the 404-handling from other systems where you get redirected to a /404 URL. How comes, this doesn’t work in Webflow? Or does it? Did I maybe set up my 404 wrong?
Is there anyone else having this issue with onpage.org and knows how to solve it :smiley: ?

Thanks everybody!

Cheers
Sabrina

Not sure what your tool is complaining about, but we redirect all URLs that end in / to the URL variant that does not have the /. We chomp off the last slash and serve the cleaner URLs to users.

And since http://www.onapply.de/4993e3d04cac55f899ebc4a1451a2e9e0ff8a713 isn’t a valid URL for your site, it responds with a proper 404 error code.

I think your tool is confused :confused:

2 Likes