FractalParadigm 7d9db6e4e1 Start of tournament page
Added UID (unique ID) to game and tourney entries - this will make for fancier links
2025-03-15 08:47:20 -04:00

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]