| Current Path : /etc/apache2/sites-enabled/ |
| 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>