GIF94;
| Path : /config/sites-available/ |
| Current File : //config/sites-available/landhaus-zur-tanne.de.conf |
<VirtualHost *:80>
ServerName landhaus-zur-tanne.de
ServerAlias www.landhaus-zur-tanne.de
ServerAdmin silass@web.de
DocumentRoot /var/www/wordpress
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/wordpress>
Options FollowSymlinks Indexes
DirectoryIndex index.php index.html
AllowOverride All
Require all granted
</Directory>
</VirtualHost>