Options -Indexes
RewriteEngine On

# Route API paths such as /v1/explore to the single index.php file.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
