Wednesday, November 17, 2010

View stats without login into capnel

Without login into cpanel how we can check the webalizer stats

Some of the designers they don't want to provide the cpanel login details to their customers because they will mess up your domain settings :-D. Here is a simple method how to allow the non tech customers to view their web site stats without login into their cpanel

1. cd /home/ajeesh/public_html/

next please verify your stats location, most of the cases it will be on your /home/username/tmp/

2. ln -s home/ajeesh/tmp/webalizer/ stats (here i have created a soft link to his home directory)

3. chown -R ajeesh.ajeesh stats/

that is all now they can see that stats on www.domainname.com/stats

1 comment: