raynaldmo/nba-db/master/public/.htaccess - Htaccess File

raynaldmo/nba-db/master/public/.htaccess

RewriteEngine on
Options -MultiViews

# Note for this rule we allow ., -, and <space> (+) in player's name
RewriteRule ^player/([a-zA-Z0-9_-.+]+)$ player.php?player_name=$1 [L]
RewriteRule ^playerlist/([A-Z])$ index.php?lt=$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache