snelkookpan
New member
Yesterday I installed Webalizer for a domain by executing the following command with SSH:
In this way, my client wouldn't have to logon to DirectAdmin to view the webstats for his site. This worked perfectly fine.
Now I want to do the same thing for a subdomain. The stats of a subdomain are viewable in DA, but I don't know what I should do to make the stats viewable on sub.mydomain.com/webstat, or mydomain.com/sub/webstat.
I entered the following code, but that gave a 403 Forbidden-error on the url's above:
Does anyone have a solution?
Thanks!
HTML:
ln -s ../stats /home/admin/domains/mydomain.com/public_html/webstat
In this way, my client wouldn't have to logon to DirectAdmin to view the webstats for his site. This worked perfectly fine.
Now I want to do the same thing for a subdomain. The stats of a subdomain are viewable in DA, but I don't know what I should do to make the stats viewable on sub.mydomain.com/webstat, or mydomain.com/sub/webstat.
I entered the following code, but that gave a 403 Forbidden-error on the url's above:
HTML:
ln -s ../stats /home/admin/domains/mydomain.com/public_html/sub/webstat
Does anyone have a solution?
Thanks!
