Create a custom error page


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ErrorDocument 401 /401.php
  2. ErrorDocument 403 /403.php
  3. ErrorDocument 404 /404.php
  4. ErrorDocument 500 /500.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.