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:
28
netlify.toml
28
netlify.toml
@@ -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
|
||||
|
Reference in New Issue
Block a user