You are here

INSTALL.txt in Customerror 5

Requirements:
-------------
This module requires drupal 4.5.x or greater.

Installation:
-------------
1. Copy the customerror.module to the Drupal modules/ directory.

2. Go to Administer -> Modules
   - Enable the customerror module, click on Save

3. Configure the module:
   - Go to Administer -> Custom error
   - Enter any title and description you want for the 404 (not found)
     and 403 (access denied) pages.
   - You can use any HTML tags to format the text.
   - Ensure the Enable checkbox is checked. That sets or unsets the Error
     Reporting settings for you.

4. Test your error pages.
   - Copy your present admin page url.
   - Try to go to a non-existent Drupal page on your site.
   You should see your custom error page for 404 (not found) page.

   - Log out from your site.
   - Paste the admin page url and try to go there.
   You should see your custom error page for 403 (access denied) page.

File

INSTALL.txt
View source
  1. Requirements:
  2. -------------
  3. This module requires drupal 4.5.x or greater.
  4. Installation:
  5. -------------
  6. 1. Copy the customerror.module to the Drupal modules/ directory.
  7. 2. Go to Administer -> Modules
  8. - Enable the customerror module, click on Save
  9. 3. Configure the module:
  10. - Go to Administer -> Custom error
  11. - Enter any title and description you want for the 404 (not found)
  12. and 403 (access denied) pages.
  13. - You can use any HTML tags to format the text.
  14. - Ensure the Enable checkbox is checked. That sets or unsets the Error
  15. Reporting settings for you.
  16. 4. Test your error pages.
  17. - Copy your present admin page url.
  18. - Try to go to a non-existent Drupal page on your site.
  19. You should see your custom error page for 404 (not found) page.
  20. - Log out from your site.
  21. - Paste the admin page url and try to go there.
  22. You should see your custom error page for 403 (access denied) page.