I'm having a problem when I'm going to customize ERROR 404. I put the following code in the .htaccess file:
ErrorDocument 404 /erro404.html
And I created a custom page error404.html. The page is onpage, you do not have a link to other pages.
When I type for ex. MYSITE / CONTACT falls into error 404.html, so far so good. But when I put it for ex. myite / contact / (bar) it does not pull the css (it's all unconfigured). What can it be?