12-07-2007, 05:20 PM
I recieved an error about " file exists " when applying this commands... it would appear that you have the link structure reversed...
you wrote:
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]
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[code]
and copying the icons which are shown:
Code:
mkdir /var/www/awstats
ln -s /usr/share/awstats/icon /var/www/awstats/icon
[code]