Skip to content

Commit 3e148a9

Browse files
committed
Added 403 to .htaccess & changed comment in 403.css
1 parent 1402aa6 commit 3e148a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ RewriteEngine On
22

33
Options +MultiViews
44
ErrorDocument 404 /error/404.html
5+
ErrorDocument 403 /error/403.html
56

67
<Files "LICENSE">
78
Require all denied

css/pages/error/403.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ p a {
2323
}
2424

2525
/* ------------------ */
26-
/* 404 RESPONSIVENESS */
26+
/* 403 RESPONSIVENESS */
2727
/* ------------------ */
2828

2929
@media only screen and (max-width: 1600px) {

0 commit comments

Comments
 (0)