[Scummvm-cvs-logs] scummvm-web master -> 7557d483db81edac4a4ce94cacb1c5b1a8ed2a85

sev- sev at scummvm.org
Sat Apr 9 13:31:37 CEST 2016


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:
7557d483db WEB: Add rule for old website snapshot


Commit: 7557d483db81edac4a4ce94cacb1c5b1a8ed2a85
    https://github.com/scummvm/scummvm-web/commit/7557d483db81edac4a4ce94cacb1c5b1a8ed2a85
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T13:31:14+02:00

Commit Message:
WEB: Add rule for old website snapshot

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index ef73c07..0a629bf 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,6 +9,8 @@ RewriteBase /
 RewriteCond     %{QUERY_STRING}                                             lang=(.*)?
 RewriteRule     .*                                                           -  [CO=lang:%1:.scummvm.org]
 
+RewriteRule		^old/.*														-	[L]
+
 ##
 # We moved screenshots, fixing the links
 ##






More information about the Scummvm-git-logs mailing list