Adding .htaccess to do some URL rewriting
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 00:02:40 +0000 (00:02 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Apr 2007 00:02:40 +0000 (00:02 +0000)
.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
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