Zhigalin/hbank/master/core/.htaccess - Htaccess File

Zhigalin/hbank/master/core/.htaccess

### Main htaccess file rev 1.2 ###

#No problems with encoding
AddDefaultCharset UTF-8

#We have no need to access anything but front controller because all the relationship with the core is done by the latter
#So let's humanize our URLs 
RewriteEngine on
RewriteRule ^API/?$ front_controller.php?%{QUERY_STRING}

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache