summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-28 18:40:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-28 18:40:17 (EDT)
commita5d1ce13172e8d91d24ede48f28cc269e3d1aa23 (patch)
tree49de0d7a8c60d649edde69df4b634635c8ca7a2a /.htaccess
Initial commit, just copying from the specs repo.HEADmaster
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
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]