# Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to…
Just another WordPress site
# Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to…
/etc/apt/sources.list deb http://archive.debian.org/debian/ stretch main non-free contrib deb-src http://archive.debian.org/debian/ stretch main non-free contrib deb http://archive.debian.org/debian-security/ stretch/updates main non-free contrib deb-src http://archive.debian.org/debian-security/ stretch/updates main non-free contrib…
sudo a2enmod rewrite sudo systemctl restart apache2 sudo nano /etc/apache2/sites-available/000-default.conf <VirtualHost *:80> <Directory /var/www/html> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ###…