Question:
How would i make a custom 404 page instead of replits?
Hey @BikesYouTube , welcome to the forums!
Could you elaborate more on what you wish to achieve?
Thanks!
Just a custom 404 page for html,css,js instead for replits 404 page
I have the code for the page just dont know how to add it i tried .htacccess nothing happend
Hey @BikesYouTube !
@Firepup650 created one:
If this answers your question, you can mark this as a Solution!
3 Likes
Thanks ill try that and message back if doesent work
3 Likes
Thanks this has worked with a bit of tweaking!
2 Likes
Hey Bikes! I don’t know if you know this, but if you are on PC, you can create a Github repository and upload it to Vercel. You can use a custom .htaccess
file with the following:
ErrorDocument 404 /404.html
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.