aboutsummaryrefslogtreecommitdiff
path: root/_site/.htaccess
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-01 00:54:32 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-01 00:54:32 +0200
commit1d62401c897a5ba82d0def92d97d09195a6d676f (patch)
treed26f11765a4eee20ac4867d5b77794fcdcaac641 /_site/.htaccess
parent1f23d65f32e37d0c6d703951d6735c9926f8521c (diff)
downloadunchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.tar.gz
unchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.tar.bz2
unchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.zip
Fixed stuff + official logo
Diffstat (limited to '_site/.htaccess')
-rw-r--r--_site/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/_site/.htaccess b/_site/.htaccess
index 034d457..8b5c00e 100644
--- a/_site/.htaccess
+++ b/_site/.htaccess
@@ -1,6 +1,7 @@
RewriteEngine on
RewriteBase /
RewriteRule ^/?article/([a-zA-Z0-9_\-]+)$ /rewrites/article.php?i=$1 [L]
+RewriteRule ^/?admin/?article/([a-zA-Z0-9_\-]+)$ /rewrites/admin-article.php?i=$1 [L]
RewriteRule ^/?assets/([a-zA-Z0-9_\-./]+)$ /rewrites/assets.php?i=$1 [L]
ErrorDocument 404 /errs/404.php