Hi,
I need to modify the vhosts for a specific domain.
Need to add the below:
I tried reading some documentation but can't seem to achieve it.
Any help is highly appreciated.
I need to modify the vhosts for a specific domain.
Need to add the below:
Code:
<Directory "/">
Order allow,deny
Allow from all
Require all granted
</Directory>
Any help is highly appreciated.