Your IP : 216.73.216.91


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

<VirtualHost *:80>
   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 %{SERVER_NAME} =soireesbywefix.com [OR]
RewriteCond %{SERVER_NAME} =www.soireesbywefix.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>