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