Sends bad requests to customized error pages


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



Copy this code and paste it in your HTML
  1. ## Sends bad requests to customized
  2. ## error pages
  3. ErrorDocument 401 /error/401.php
  4. ErrorDocument 403 /error/403.php
  5. ErrorDocument 404 /error/404.php
  6. ErrorDocument 500 /error/500.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.