From 13c8e92682fa79f6a853809aefec2a30daf7eeef Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Apr 2007 00:02:40 +0000 Subject: [PATCH] Adding .htaccess to do some URL rewriting --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess 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 -- 2.22.5