+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- May 2008
- Posts
- 45
How to view stats outside Cpanel?
Navigate to your public_html directory by running the following command
cd public_html
vi .htaccess
Options +FollowSymLinks
ln -s ~/tmp/webalizer/<subdomain>/ stats
you can replace the "stats" part of that command with name you want to use in order to access your website statistics.
After that, run the following commands
chmod 755 ~/tmp
chmod 755 ~/tmp/webalizer
now you can access www.yoursite.com/stats/


LinkBack URL
About LinkBacks



Reply With Quote