python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In Gatsby how to identify if current page being rendered is 404?
In src/pages I've setup a 404.js page per the docs "Adding a 404 Page". Within this file I'm calling my Layout component and also passing in location props.
In my Layout.js file I'm trying t...
DᴀʀᴛʜVᴀᴅᴇʀ
Votes: 0
Answers: 1
Wordpress 404 error on domain.com/wp-admin
My WordPress site having issue so not able to reach out to the domain.com/wp-admin, it's redirect to 404 error. I have been tried out for delete ".htaccess" file however it's not working.Cac...
Chinbin
Votes: 0
Answers: 2
setting 404 page displays the name of 404 file
I edited the .htaccess file on my site, and added the line
ErrorDocument 404 page-not-found.html
So when I put in example.com/pagethatdoesntexist, the screen just displays "page-not-found.html&...
Chspsa
Votes: 0
Answers: 1