At Ask Me Help Desk you can ask questions in any topic and have them
answered for free by our experts. To ask questions or participate in
answering them you must register for a free account. By registering you
will be able to:
Get free answers from experts in any of our 300+
topics.
Me: How do I allow someone to view web stats for a site without giving them access to everything else?
Liquidweb: There is no official way to do this. However, you could create a symlink to the stats in a webdirectory. I believe this will only work with webalizer though.
So, if you created a directory called mystats in your public_html directory, and then symlinked the directory tmp/webalizer, I believe that would work. Then, when the person went to yourdomainname.com/mystats, they would see the webalizer stats.
Me: How do I create a symlink?
Liquidweb: Hello, to create a symlink, you would use the ln command.
Example:
ln -s destinationFile sourceFile