Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
staging.thomaskeith.school.conf
back
Copy
<VirtualHost *:80> ServerName new.thomaskeith.school DocumentRoot /var/www/thomaskeith.school/staging <Directory /var/www/thomaskeith.school/staging> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/new.thomaskeith.school_error.log CustomLog ${APACHE_LOG_DIR}/new.thomaskeith.school_access.log combined RewriteEngine on RewriteCond %{SERVER_NAME} =new.thomaskeith.school RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>