Answer the question
In order to leave comments, you need to log in
How to properly configure Apache in OpenServer?
Hello. The situation is the following.
On OpenServer, one of the hosts needs to be configured as follows:
<VirtualHost %ip%:%httpport%>
DocumentRoot "%sprogdir%/domains/mysite/web"
ServerName "crmapp.org"
ServerAlias "crmapp.org"
<Directory "%sprogdir%/domains/mysite/web">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</Directory>
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question