hennings/nighthawk-live/master/web/nh2014/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /nighthawk/nh2014/
# in this case, our app bootstrap file is index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ nh2.php [QSA,L]
</IfModule>
Files
