diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
commit | 2805ef7311eeb028cd48bffe04a705676c4682be (patch) | |
tree | 59c00c77d5bd59ea89967f18d5bcd6d1b5ad6e01 /.htaccess | |
parent | f83530a122119d7f69812493f9c2f4987ccb2065 (diff) |
big changes pt1
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7e61aa0 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +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 |