Quote:
Originally Posted by simonhind
anyone that doesnt have this working ensure you just add
Code:
RewriteEngine on
ErrorDocument 401 /errors.php?do=401
ErrorDocument 404 /errors.php?do=404
ErrorDocument 403 /errors.php?do=403
ErrorDocument 500 /errors.php?do=500
to .htaccess
that it
|
Which basically what the modified htaccess file is
I, however, do not know how to use it with nginx. I have only ever used nginx once