[Scummvm-git-logs] scummvm-web master -> 348eba157e9c044dda01fd853e6e91faffc91060
sev-
sev at scummvm.org
Sun Jan 14 20:47:19 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
348eba157e WEB: Catch WP admin too. This is to decrease number of 404's
Commit: 348eba157e9c044dda01fd853e6e91faffc91060
https://github.com/scummvm/scummvm-web/commit/348eba157e9c044dda01fd853e6e91faffc91060
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-01-14T20:46:56+01:00
Commit Message:
WEB: Catch WP admin too. This is to decrease number of 404's
Changed paths:
.htaccess
diff --git a/.htaccess b/.htaccess
index e98b192..d07da10 100644
--- a/.htaccess
+++ b/.htaccess
@@ -81,7 +81,7 @@ RewriteRule ^scummvm_appcast.xml appcasts/macosx/release.xml [L]
##
# Catch script kiddies
##
-RewriteRule ^wp-login / [R=301]
+RewriteRule wp-(admin|login) / [R=301]
##
# Forward old page requests to the new fancy URLs
More information about the Scummvm-git-logs
mailing list