1. I created a new domain
2. 'Use a directory named private_html' is selected
3. httpd.conf shows:
<VirtualHost ipaddress:443 >
SSLEngine on
SSLCertificateFile /usr/local/directadmin/data/users/admin/domains/domain.com.cert.combined
SSLCertificateKeyFile /usr/local/directadmin/data/users/admin/domains/domain.com.key
ServerName www.domain.com
ServerAlias www.domain.com domain.com
ServerAdmin [email protected]
DocumentRoot /home/admin/domains/domain.com/private_html
- But whenever I access my site using https, it points to my public_html directory (easy to test)
- I'm someone that wants to keep their public_html and private_html directories separate.
I've done this a million times before, although not in a long time, and DirectAdmin has updated itself many times since.
Am I missing something obvious that I forgot about?
2. 'Use a directory named private_html' is selected
3. httpd.conf shows:
<VirtualHost ipaddress:443 >
SSLEngine on
SSLCertificateFile /usr/local/directadmin/data/users/admin/domains/domain.com.cert.combined
SSLCertificateKeyFile /usr/local/directadmin/data/users/admin/domains/domain.com.key
ServerName www.domain.com
ServerAlias www.domain.com domain.com
ServerAdmin [email protected]
DocumentRoot /home/admin/domains/domain.com/private_html
- But whenever I access my site using https, it points to my public_html directory (easy to test)
- I'm someone that wants to keep their public_html and private_html directories separate.
I've done this a million times before, although not in a long time, and DirectAdmin has updated itself many times since.
Am I missing something obvious that I forgot about?