highlander
Verified User
- Joined
- May 20, 2013
- Messages
- 16
Hello, I am using the private_html symbolic link to public_html:
lrwxrwxrwx 1 admin admin 13 Jan 29 2013 private_html -> ./public_html
My problem is that I get a 404 error whenever I load a page using https.
I am able to solve the problem by editing:
/usr/local/directadmin/data/users/admin/httpd.conf
and changing all instances of private_html to public_html.
This is not the best solution since that httpd.conf file is auto-generated by DirectAdmin and I have to edit it every time!
I thought this problem might be related to symbolic links so I checked my httpd-directories.conf file and here's the symbolic links setting:
<Directory /home>
AllowOverride None
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
If it matters, here are the permissions and owners of public_html:
drwxr-xr-x 19 apache apache 4096 Jan 24 06:19 public_html
lrwxrwxrwx 1 admin admin 13 Jan 29 2013 private_html -> ./public_html
My problem is that I get a 404 error whenever I load a page using https.
I am able to solve the problem by editing:
/usr/local/directadmin/data/users/admin/httpd.conf
and changing all instances of private_html to public_html.
This is not the best solution since that httpd.conf file is auto-generated by DirectAdmin and I have to edit it every time!
I thought this problem might be related to symbolic links so I checked my httpd-directories.conf file and here's the symbolic links setting:
<Directory /home>
AllowOverride None
Options -MultiViews -Indexes +FollowSymLinks +IncludesNoExec +Includes
If it matters, here are the permissions and owners of public_html:
drwxr-xr-x 19 apache apache 4096 Jan 24 06:19 public_html