.htaccess custom 503 page won't work

2.6k Views Asked by At

First 3 Lines of my .htaccess file look like that:

ErrorDocument 403 /wartung/404.html
ErrorDocument 404 /wartung/404.html
ErrorDocument 503 /wartung/503.html

While 403 and 404 work out 503 still shows the old Server default Message. Files are all in the right directory. Also when i use Firebug i and click on the Network Request which results in 503 the "Answer" Tab shows my new 503 page but the browser windows shows the old one?

Any ideas about that? Server is some linux with apache 2.

Thanks in advance,

i3

1

There are 1 best solutions below

1
On

Are you sure this isn't just some caching problem in your local browser? Have you tried clearing your cache and reloading the page?