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