hennings/emmaclient/etiming/web/nh/.htaccess - Htaccess File

hennings/emmaclient/etiming/web/nh/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /emmanh/nh/
  # in this case, our app bootstrap file is index.php
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ nh2.php [QSA,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache