From f8005c7fc53fd5714bdc3ff397f2dbc661ffacb1 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:38:51 -0600 Subject: Remove Apache .htaccess files --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .htaccess (limited to '.htaccess') 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 -- cgit v1.2.3