| Current Path : /etc/apache2/sites-available/ |
| Current File : //etc/apache2/sites-available/joomla.conf |
<VirtualHost *:80>
ServerAdmin admin@sondr.eu
ServerName sondr.eu
DirectoryIndex index.html index.php
DocumentRoot /var/www/html/Joomla
ServerAlias www.sondr.eu
ErrorLog ${APACHE_LOG_DIR}/joomla-error.log
CustomLog ${APACHE_LOG_DIR}/joomla-access.log combined
<Directory /var/www/html/joomla>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>