diff --git a/.htaccess b/.htaccess index a7bbb4f..9959c99 100644 --- a/.htaccess +++ b/.htaccess @@ -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 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..3c6a2f2 Binary files /dev/null and b/public/favicon.ico differ