summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 7e61aa09a073838e2855251b54ea6063a512c779 (plain)
1
2
3
4
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