apache - My css and png wont work on my 404 directory -


my css , png. work on regular errors not when localhost/example/example. css , png doesn't connect error page. works when localhost/example. .htaccess looks way

errordocument 400 /404 errordocument 401 /404 errordocument 403 /404 errordocument 404 /404 errordocument 500 /404 


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -