attach bill note to correct encounter (#4344)
[openemr.git] / portal / patient / .htaccess
blobd3a698d74511c63cd627fa8b5257d4a9beaa9065
1 ##
2 ## PHREEZE ACCESS RULES FOR APACHE
3 RewriteEngine On
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteCond %{REQUEST_FILENAME} !-l
7 RewriteRule (.*) index.php?_REWRITE_COMMAND=$1 [QSA,L]