| Current Path : /var/lib/letsencrypt/backups/1625964640.3620098/ |
| Current File : /var/lib/letsencrypt/backups/1625964640.3620098/softlogicx.ca-le-ssl.conf_0 |
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerAdmin webmaster@softlogicx.ca
DocumentRoot /var/www/html/softlogicxwebsite
ServerName softlogicx.ca
ServerAlias www.softlogicx.ca
ErrorLog logs/softlogicx-error_log
CustomLog logs/softlogicx-access_log common
<Directory "/var/www/html/softlogicxwebsite">
AllowOverride all
</Directory>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =softlogicx.ca [OR]
# RewriteCond %{SERVER_NAME} =www.softlogicx.ca
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
</IfModule>