summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
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]