scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 48  →  ?path2? @ 49
/.htaccess
@@ -1,2 +1,2 @@
RewriteEngine on
RewriteRule "^/([A-Za-z0-9]{8})$" "get.php?f=$1" [QSA,L]
RewriteRule "^([A-Za-z0-9]+)$" "get.php?f=$1" [QSA,L]