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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Dec 5 21:01:59 CET 2010


Revision: 54780
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54780&view=rev
Author:   fingolfin
Date:     2010-12-05 20:01:59 +0000 (Sun, 05 Dec 2010)

Log Message:
-----------
WEB: Allow - and _ in screenshot categories and names

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

Modified: web/trunk/.htaccess
===================================================================
--- web/trunk/.htaccess	2010-12-05 17:23:57 UTC (rev 54779)
+++ web/trunk/.htaccess	2010-12-05 20:01:59 UTC (rev 54780)
@@ -56,4 +56,4 @@
 ##
 # Screenshots
 ##
-RewriteRule		^(screenshots)(/([a-z]+)(/([a-z0-9]+)(/([0-9]+))?)?)?/?		?p=$1&cat=$3&game=$5&num=$7 [L]
+RewriteRule		^(screenshots)(/([a-z]+)(/([-_a-z0-9]+)(/([0-9]+))?)?)?/?		?p=$1&cat=$3&game=$5&num=$7 [L]


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