Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom 404 page support #182

Open
TheDude53 opened this issue Jun 8, 2019 · 6 comments · May be fixed by #264
Open

Custom 404 page support #182

TheDude53 opened this issue Jun 8, 2019 · 6 comments · May be fixed by #264

Comments

@TheDude53
Copy link

There should be custom 404 page support so it doesn't just say "entry not found". It could be useful if people wanted a custom page to go with the rest of their work.

@kzahel
Copy link
Owner

kzahel commented Jun 8, 2019

Good idea. Maybe if you have a 404.html in the root directory it would just show that, for example?

@TheDude53
Copy link
Author

Yes, that would work. It could just default to the "entry not found" if a 404.html page wasn't found too.

@ecc521
Copy link

ecc521 commented Oct 20, 2019

404.html is probably the best idea for a quick implementation, as it is compatible with GitHub pages.
Allowing the user to manually select the file should also work, but risks overcomplicating what is supposed to be a simple, ready to run, server.

@AGTeeV
Copy link

AGTeeV commented Apr 3, 2021

I can not open the server it's just showing 404

@ethanaobrien
Copy link

@kzahel I am thinking about implementing this but I need some help. How would I upload the file to the extension to save it as a 404.html? Would I need to store it using local variables or however google chrome apps do it. Also, any ideas on the UI. Reading the 404.html would be easy but saving it is the hard part.

@ethanaobrien ethanaobrien linked a pull request Apr 29, 2021 that will close this issue
@ethanaobrien
Copy link

@kzahel @TheDude53 I have built this - Because Kyle doesnt seem to be active on github anymore you can download my archive.zip and load it through chrome://extensions
#264

Download updated version: https://drive.google.com/file/d/12Ewzalvx5ZMdleWcGnms4XFnHWC4j65_/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants