[Scummvm-cvs-logs] scummvm-web master -> d7d8b2a3b9e15f5ed61042cbf941d9d89e81612b

sev- sev at scummvm.org
Tue Jun 28 13:16:17 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:
d7d8b2a3b9 WEB: Redirect standard appcast location


Commit: d7d8b2a3b9e15f5ed61042cbf941d9d89e81612b
    https://github.com/scummvm/scummvm-web/commit/d7d8b2a3b9e15f5ed61042cbf941d9d89e81612b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-06-28T13:15:59+02:00

Commit Message:
WEB: Redirect standard appcast location

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index f442a38..f5ac257 100644
--- a/.htaccess
+++ b/.htaccess
@@ -70,6 +70,11 @@ RewriteRule		^screenshots/(scummvm_2_6_1.jpg)$							data/screenshots/westwood/k
 RewriteRule		^screenshots/(.+)\.(jpg|png)$								data/screenshots/$1.$2 [NS,L]
 
 ##
+# Standard location for appcast
+##
+RewriteRule		^scummvm_appcast.xml								appcasts/macosx/release.xml [L]
+
+##
 # Forward old page requests to the new fancy URLs
 ##
 # Compatibility page, with args






More information about the Scummvm-git-logs mailing list