diff --git a/.htaccess b/.htaccess index 6fc2d7e..ff45c01 100644 --- a/.htaccess +++ b/.htaccess @@ -14,4 +14,5 @@ RewriteRule ^(.*)$ $1.html [NC,L] RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php [NC,L] -ErrorDocument 404 /404 \ No newline at end of file +ErrorDocument 404 /404 +ErrorDocument 403 /403 \ No newline at end of file diff --git a/403.html b/403.html new file mode 100644 index 0000000..3f26503 --- /dev/null +++ b/403.html @@ -0,0 +1,27 @@ + + + + + + +
+ + +Error 403 - You're not allowed to see this!
+Click here to go to main page
+