Apache Web Server
Apache Web Server
1. Installation
<Directory /var/www/hajarah.com/public_html>
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
3.Save and exit (CTRL + X, then Y, then ENTER).
4. Enable the Virtual Host