From: Robert Sesek Date: Mon, 9 Apr 2007 00:02:40 +0000 (+0000) Subject: Adding .htaccess to do some URL rewriting X-Git-Tag: 1.0.0-b1~45 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=13c8e92682fa79f6a853809aefec2a30daf7eeef;p=viewsvn.git Adding .htaccess to do some URL rewriting --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..841c0f3 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on + +RewriteRule (.*)/(.*):(.*) $1.php?repos=$2&path=$3 \ No newline at end of file