Htaccess File

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

REQUEST_FILENAME
<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>
Exit mobile version