ispCP - Board - Support
[HowTo] AwStats Static Pages - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] AwStats Static Pages (/thread-295.html)

Pages: 1 2 3 4 5 6


RE: [HowTo] AwStats Static Pages - ArcAiN6 - 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:
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]