404 page not displayed when manually uploading to Cloudflare pages manually
-
I use this plugin to host my blog on CF pages. My current workflow is deploy as zip, download and upload it manually.
Now when downloading as zip, the 404 page is downloaded as a folder
root/404_folder/index.html
. When uploading to CF pages, it checks to 404 pages on the root folder, if it is not found it considers the upload as a single file application. This causes non-existing links to be redirected to home page instead of the 404 page. This causes a lot of SEO issue as there are duplicate contents.Workaround for this issue, is before uploading move the 404page(folder/index.html) to root folder and rename it as 404.html
IS there any way to do it automatically, without me having to do the workaround, or without using GitHub
- You must be logged in to reply to this topic.