How can I View webalizer stats without login to cpanel From the shell prompt, type the following commands.
cd /home/username/www
ln -s ../tmp/webalizer stats
chown username.username stats
cd ../tmp
chmod 755 ./
chmod 755 ./webalizer
Will allow domain.com/stats/ for viewing stats without logging in to
cpanel !! |