titusf/dota-inventory/dev/app/api/.htaccess - Htaccess File

titusf/dota-inventory/dev/app/api/.htaccess

RewriteEngine on

# Capture the query string parameter after action 
RewriteCond %{QUERY_STRING} action=(w+)
# Use the string to construct a file: XXXXX.json (without appending query string) 
RewriteRule ^action.php %1.json? [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache