[Scummvm-cvs-logs] SF.net SVN: scummvm:[40861] web/trunk/.htaccess

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Sun May 24 15:21:00 CEST 2009


Revision: 40861
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40861&view=rev
Author:   fredrik_w
Date:     2009-05-24 13:21:00 +0000 (Sun, 24 May 2009)

Log Message:
-----------
Oops, looks like the rewrite rule that take cares of old links was mistakenly commented out with commit r40821.

Modified Paths:
--------------
    web/trunk/.htaccess

Modified: web/trunk/.htaccess
===================================================================
--- web/trunk/.htaccess	2009-05-24 13:20:13 UTC (rev 40860)
+++ web/trunk/.htaccess	2009-05-24 13:21:00 UTC (rev 40861)
@@ -14,18 +14,18 @@
 ##
 # Compatibility page, with args
 RewriteCond		%{QUERY_STRING}												version=(SVN|[0-9\.]+)(&details=(.+))?
-RewriteRule		^compatibility.php$											compatibility/%1/%3/? [NS,R=301]
+RewriteRule		^compatibility\.php$										compatibility/%1/%3/? [NS,R=301]
 # Documentation page, with args
 RewriteCond		%{QUERY_STRING}												view=md5
-RewriteRule		^documentation.php$											documentation/md5sums/? [NS,R=301]
+RewriteRule		^documentation\.php$										documentation/md5sums/? [NS,R=301]
 # News page, with args
 RewriteCond		%{QUERY_STRING}												shownews=([0-9]{8}).xml [OR]
 RewriteCond		%{QUERY_STRING}												shownews=(archive)
-RewriteRule		^(index.php)?$												news/%1/? [NS,R=301]
+RewriteRule		^(index\.php)?$												news/%1/? [NS,R=301]
 # Feeds (not pretty)
 RewriteRule		^feed-(atom|rss)(20)?.php$									feeds/$1/? [NS,R=301]
 # Other pages, without args
-#RewriteRule	^(.+)\.php$													$1/? [NS,R=301]
+RewriteRule	^(.+)\.php$														$1/? [NS,R=301]
 
 
 ##


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list