beyondkeysystem/sushi-web/master/api/v1/.htaccess - Htaccess File

beyondkeysystem/sushi-web/master/api/v1/.htaccess

########################################
# Locale settings
########################################
RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L]

########################################
# Set up UTF-8 encoding
########################################

AddDefaultCharset UTF-8
AddCharset UTF-8 .php

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache