OpendataCH/Transport/master/web/.htaccess - Htaccess File

OpendataCH/Transport/master/web/.htaccess

RewriteEngine On

# Redirect any request that's not a directory, file or symlink
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^ api.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache