Hi again,
Read about DNS, bind9 & apache2
I checked the /etc/bind directory and its files nothing appears to be changed by QuickBox
I also checked /srv/rutorrent/.htaccess and found this code:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
I think it is resbosible to using https only
I also checked /etc/apache2/apache2.conf and found this at the end of the file
UserDir public_html
<Directory /home/*/public_html/>
Options Indexes FollowSymLinks MultiViews
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require valid-user
AllowOverride None
Order allow,deny
allow from all
I think this code has to do with Authentication.
I also created a file in /var/www/html/test/test.php
When I type www.example.com/test/test.php it shows me:
Not Found
The requested URL /test/test.php was not found on this server.
Apache/2.4.10 (Debian) Server at example.com Port 443
I’m still learning but I’m hoping someone could direct me to right way.
Best regards,