Hi Ed,
I want to make a custom 404 page in my Dante Theme (I’m using a child). My idea is to make a regular page, in this case called 404-2
in WordPress and publish it. Then I add ErrorDocument 404 /404-2.html
in my .htaccess
file. I have spend a full day trying to get this to work, but it doesn’t. I friend explained me that this is probalby due to the fact I am using a child.
Personally I am not sure what causes the problem. All I know is that I can a lot of instructions analog to the above approach. I try to keep away from PHP as HTML is hard enough for me at the moment.
What am I doing wrong?
Thanks, Frank.