errorDocument Question?

  • Thread starter Thread starter Deleted member 745
  • Start date Start date
D

Deleted member 745

Guest
Hi,

Sorry if its in the wrong place.

Any idea why my custom errorDocument wont work, I put my files inside /err/ folder with this content in the .htaccess file but if I type in a file or folder that does not exist it shows nothing.

PHP:
ErrorDocument 400 /err/400.php
ErrorDocument 401 /err/401.php
ErrorDocument 403 /err/403.php
ErrorDocument 404 /err/404.php
ErrorDocument 500 /err/500.php

UPDATE - Sorted it, could you please delete this thread.
 
Top Bottom