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

2/10/21 14:07 OpenEMR Setup Tool

Step 5 - Configure Apache Web Server

Configuration of Apache web server...

The "/home/c1301658/public_html/emr/sites/*/documents" directory contain patient information, and it is important to


secure these directories. Additionally, some settings are required for the Zend Framework to work in OpenEMR. This can be
done by pasting the below to end of your apache configuration file:

<Directory "/home/c1301658/public_html/emr">
AllowOverride FileInfo
Require all granted
</Directory>
<Directory "/home/c1301658/public_html/emr/sites">
AllowOverride None
</Directory>
<Directory "/home/c1301658/public_html/emr/sites/*/documents">
Require all denied
</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 'Proceed to Select a Theme' to select a theme.

 Proceed to Select a Theme

https://estimulando.com.ar/emr/setup.php?site=default 1/1

You might also like