Is your feature request related to a problem? Please describe.
currently searching for steamid STEAM_0:0:123456, the url looks like this:
https://hlstatsx.web.site/hlstats.php?mode=search&q=STEAM_0%3A0%3A123456&st=uniqueid&game=cstrike
which seems possible to strip down to:
https://hlstatsx.web.site/hlstats.php?mode=search&q=STEAM_0%3A0%3A123456&st=uniqueid
Describe the solution you'd like
would be great to 'just' send steam_id, for example:
https://hlstatsx.web.site/playerinfo/STEAM_0:0:123456
Describe alternatives you've considered
me trying to get mod_rewrite doing this
Is your feature request related to a problem? Please describe.
currently searching for steamid STEAM_0:0:123456, the url looks like this:
https://hlstatsx.web.site/hlstats.php?mode=search&q=STEAM_0%3A0%3A123456&st=uniqueid&game=cstrikewhich seems possible to strip down to:
https://hlstatsx.web.site/hlstats.php?mode=search&q=STEAM_0%3A0%3A123456&st=uniqueidDescribe the solution you'd like
would be great to 'just' send steam_id, for example:
https://hlstatsx.web.site/playerinfo/STEAM_0:0:123456Describe alternatives you've considered
me trying to get mod_rewrite doing this