1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

new 403 page that's nicer on bandwidth

This commit is contained in:
2019-12-15 14:05:46 -05:00
parent d9fb3ff9b9
commit 77f3233702
5 changed files with 104 additions and 14 deletions

View File

@@ -80,17 +80,27 @@
# H A C K E R M A N ( ͡° ͜ʖ ͡°)
[[redirects]]
from = "*/wp-login.php"
to = "/h4x0rz.gif"
status = 200
to = "/403.html"
status = 403
force = true
[[redirects]]
from = "*/wp-admin/*"
to = "/h4x0rz.gif"
status = 200
to = "/403.html"
status = 403
force = true
[[redirects]]
from = "/login"
to = "/h4x0rz.gif"
status = 200
to = "/403.html"
status = 403
force = true
[[redirects]]
from = "/login.php"
to = "/h4x0rz.gif"
status = 200
from = "*/login.php"
to = "/403.html"
status = 403
force = true
# no clue what these requests are? but there are a lot...
[[redirects]]
from = "/plus/*.php"
to = "/403.html"
status = 403
force = true