summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-06 14:20:44 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-06 14:20:44 -0400
commit27626c2e3fadb49cd71dde596701a406e514bee3 (patch)
tree149f29fb7f74723a56faf4afe7bfec0c18a26662 /htaccess.sample
parent59db378c9304293c380778a1eb59ece5fbacb590 (diff)
start doing some fancy URLs
darcs-hash:20080606182044-84dde-1ef6f8b6edeaa2e9f3c28fd7dc1831e5d7381f26.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample
new file mode 100644
index 000000000..5583beae2
--- /dev/null
+++ b/htaccess.sample
@@ -0,0 +1,3 @@
+RewriteEngine On
+
+RewriteRule ^/notice/(.*)$ index.php?action=shownotice&notice=$1 [L,QSA]