Your IP : 216.73.216.91


Current Path : /etc/apache2/sites-enabled/
Upload File :
Current File : //etc/apache2/sites-enabled/llcf.com-le-ssl.conf

<IfModule mod_ssl.c>
<VirtualHost *:443>
   ServerAdmin webmaster@inatote.com
   DocumentRoot /var/www/html/llcfapp
   ServerName soireesbywefix.com
   ServerAlias www.soireesbywefix.com
   ErrorLog logs/llcf-error_log
   CustomLog logs/llcf-access_log common
   <Directory "/var/www/html/llcfapp">
       AllowOverride all
       Require all granted	
   </Directory>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.soireesbywefix\.com
RewriteRule ^(.*)$ https://soireesbywefix.com$1 [R=permanent,L]


Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/soireesbywefix.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/soireesbywefix.com/privkey.pem
</VirtualHost>
</IfModule>