<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>
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>