Wednesday, March 19, 2008

How to allow webalizer stats to be viewable through the web

If a User does not want to have to login to DirectAdmin each time he accesses his webstats, a symbolic link can be made to access webalizer through www.domain.com/webstats

cd /home/username/domains/domain.com/public_html
ln -s ../stats webstats

Where username is the name of the user, domain.com is the name of the domain and webstats is the name of the path you want to use through apache.

No comments: