nimitz92/backend.php/master/src/.htaccess - Htaccess File

nimitz92/backend.php/master/src/.htaccess

#
#  Domain Host Multiplexer .htaccess file (No need to modify)
#
#  Vibhaj Rajan <vibhaj8@gmail.com>
#
#  Licensed under MIT License 
#  http://www.opensource.org/licenses/mit-license.php
#

RewriteEngine on

#   forward everything to index.php
RewriteRule ^(.*)$ %{HTTP_HOST}/index.php [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache