whoami7 - Manager
:
/
etc
/
apache2
/
sites-enabled
/
Upload File:
files >> //etc/apache2/sites-enabled/sonpo.conf
<Directory /data/vhosts/sonpo/www> Require all granted </Directory> <VirtualHost *:80> ServerName sonpo.ncdesarrollos.com ServerAlias sonpo.ncdesarrollos.com ServerAdmin proyectos@ncdesarrollos.es DocumentRoot /data/vhosts/sonpo/www ErrorLog /data/vhosts/sonpo/logs/error.log CustomLog /data/vhosts/sonpo/logs/access.log combined <Directory /data/vhosts/sonpo/www> Options Indexes FollowSymLinks MultiViews AllowOverride All </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =sonpo.ncdesarrollos.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>
Copyright ©2021 || Defacer Indonesia