Added UID (unique ID) to game and tourney entries - this will make for fancier links
6 lines
186 B
ApacheConf
6 lines
186 B
ApacheConf
RewriteEngine on
|
|
|
|
RewriteRule ^/?user/([a-zA-Z0-9\-\_]+)$ /user/user.php?username=$1 [L,NC]
|
|
|
|
RewriteRule ^/?tournament/([a-zA-Z0-9]+)$ /tournament/tournament.php?tournamentUID=$1 [L,NC]
|