Root .htaccess should also redirect 403s and 404s to the new error messages instead of the old one.

migrationdev
YandolsZX 6 years ago
parent 549942a29a
commit ea375e3ff6
  1. 6
      .htaccess
  2. BIN
      public/favicon.ico

@ -1,8 +1,8 @@
# Standard Declaration Procedures for Imeji System
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 403 /public/403.php
ErrorDocument 404 /public/404.php
IndexOptions +FancyIndexing
IndexIgnore *.php *.html *.css *.js
IndexIgnore *
# HTTPS Redirection
RewriteEngine On

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Loading…
Cancel
Save