ispCP - Board - Support - VHCS fork

Full Version: [HowTo] AwStats Static Pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
I recieved an error about " file exists " when applying this commands... it would appear that you have the link structure reversed...
you wrote:
Code:
and copying the icons which are shown:
Code:
mkdir /var/www/awstats
ln -s /var/www/awstats/icon /usr/share/awstats/icon
I had to use:
[code]
and copying the icons which are shown:
Code:
mkdir /var/www/awstats
ln -s /usr/share/awstats/icon /var/www/awstats/icon
[code]
Pages: 1 2 3 4 5 6
Reference URL's