Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

OpenEMR Setup

Step 6 Configuration of Apache web server... The "/var/www/openemr/sites/default/documents", "/var/www/openemr/sites/default/edi" and "/var/www/openemr/sites/default/era" directories contain patient information, and it is important to secure these directories. This can be done by placing pertinent .htaccess files in these directories or by pasting the below to end of your apache configuration file: <Directory /var/www/openemr/sites/default/documents> order deny,allow Deny from all </Directory> <Directory /var/www/openemr/sites/default/edi> order deny,allow Deny from all </Directory> <Directory /var/www/openemr/sites/default/era> order deny,allow Deny from all </Directory> If you are having difficulty finding your apache configuration file, then refer to the 'INSTALL' manual for suggestions.

We recommend you print these instructions for future reference. Click 'continue' for further instructions. Continue

You might also like