| Current Path : /etc/apache2.bak/sites.bak/ |
| Current File : //etc/apache2.bak/sites.bak/ebook.conf |
<VirtualHost *:80>
ServerName ebook.dynaweb4.work
DocumentRoot /var/www/html/ebook/www
ErrorLog /var/log/apache2/ebook.error.log
CustomLog /var/log/apache2/ebook.access.log combined
<Directory /var/www/>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =ebook.dynaweb4.work
#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>