From a5d1ce13172e8d91d24ede48f28cc269e3d1aa23 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 28 May 2012 18:40:17 -0400 Subject: Initial commit, just copying from the specs repo. --- (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..cc03570 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +Options +FollowSymLinks + +RewriteEngine on +RewriteRule ^([^/]*)$ policies/$1 [L] -- cgit v0.9.1