7 lines
155 B
ApacheConf
7 lines
155 B
ApacheConf
Options -Indexes
|
|
|
|
RewriteEngine On
|
|
|
|
# Route the JSON-looking URL to the PHP endpoint
|
|
RewriteRule ^api/managed-stations\.json$ api/managed-stations.php [L]
|