summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-07 11:38:51 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-07 11:38:51 -0600
commitf8005c7fc53fd5714bdc3ff397f2dbc661ffacb1 (patch)
treef3315e483a7f7a000ec2a88eb0922677f5e8936d /.htaccess
parent8702f23e18b49035a8f74c8fee894728fa6220a3 (diff)
Remove Apache .htaccess files
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 7e61aa0..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine on
-
-RewriteRule ^category/([0-9]+)$ /forum/category.php?id=$1
-RewriteRule ^thread/([0-9]+)$ /forum/thread.php?id=$1
-RewriteRule ^user/([a-zA-Z0-9_]*)$ /forum/user.php?name=$1 \ No newline at end of file