nobaloney
NoBaloney Internet Svcs - In Memoriam †
Making Stats Accessible to the Public Mini How-To
Jeff Lasman, [email protected] 07/07/04 08:26
======================================
Making your Webalizer stats, as maintained by DA, accessible to the public is quite easy under DA as long as you have shell access.
From your public_html directory, create a symbolic link:
stats -> ../stats
Here's how:
After that you can look at the stats this way:
http://www.example.com/stats
If you don't have shell access your hosting provider will have to do it for you.
When you contact your hosting provider you should probably point them to this How-To so they see how easy it is
.
Jeff Lasman, [email protected] 07/07/04 08:26
======================================
Making your Webalizer stats, as maintained by DA, accessible to the public is quite easy under DA as long as you have shell access.
From your public_html directory, create a symbolic link:
stats -> ../stats
Here's how:
Code:
ln -s ../stats stats
After that you can look at the stats this way:
http://www.example.com/stats
If you don't have shell access your hosting provider will have to do it for you.
When you contact your hosting provider you should probably point them to this How-To so they see how easy it is
