aboutsummaryrefslogtreecommitdiff
path: root/legal/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'legal/.htaccess')
-rw-r--r--legal/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/legal/.htaccess b/legal/.htaccess
new file mode 100644
index 0000000..ec30801
--- /dev/null
+++ b/legal/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteBase /blog
+RewriteRule ^/?article-([a-zA-Z0-9_@\-]+)$ /blog/_article.php?i=$1 [L] \ No newline at end of file