diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 11:38:51 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 11:38:51 -0600 |
commit | f8005c7fc53fd5714bdc3ff397f2dbc661ffacb1 (patch) | |
tree | f3315e483a7f7a000ec2a88eb0922677f5e8936d | |
parent | 8702f23e18b49035a8f74c8fee894728fa6220a3 (diff) |
Remove Apache .htaccess files
-rw-r--r-- | .htaccess | 5 | ||||
-rw-r--r-- | includes/.htaccess | 1 | ||||
-rw-r--r-- | model/.htaccess | 1 | ||||
-rw-r--r-- | templates/.htaccess | 1 |
4 files changed, 0 insertions, 8 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 diff --git a/includes/.htaccess b/includes/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/includes/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all
\ No newline at end of file diff --git a/model/.htaccess b/model/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/model/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all
\ No newline at end of file diff --git a/templates/.htaccess b/templates/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/templates/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all
\ No newline at end of file |