Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
ww5.thomaskeith.school-le-ssl.conf
back
Copy
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName ww5.thomaskeith.school DocumentRoot /var/www/thomaskeith.school/ww5 <Directory /var/www/thomaskeith.school/ww5> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/ww5.thomaskeith.school_error.log CustomLog ${APACHE_LOG_DIR}/ww5.thomaskeith.school_access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/ww5.thomaskeith.school/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/ww5.thomaskeith.school/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:80> ServerName ww5.thomaskeith.school DocumentRoot /var/www/thomaskeith.school/ww5 <Directory /var/www/thomaskeith.school/ww5> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/ww5.thomaskeith.school_error.log CustomLog ${APACHE_LOG_DIR}/ww5.thomaskeith.school_access.log combined 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} =ww5.thomaskeith.school # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule>