| Current Path : /etc/apache2/sites-enabled/ |
| Current File : //etc/apache2/sites-enabled/devform-e-syn.conf |
<VirtualHost *:80>
ServerAdmin stephane.karcher@synergisud.fr
ServerName devform.e-synergisud.fr
DocumentRoot /var/www/devform-e-syn/public_html
ErrorLog ${APACHE_LOG_DIR}/devform-e-syn_error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =devform.e-synergisud.fr
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>