Your IP : 216.73.216.91


Current Path : /proc/thread-self/root/var/backup_vhost/
Upload File :
Current File : //proc/thread-self/root/var/backup_vhost/softlogicx.ca.conf

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