awstats with www
https://www.biotechlabequipments.com/cgi-bin/awstats/awstats.pl?config=biotechlabequipments.com
https://www.aceconcast.com/cgi-bin/awstats/awstats.pl?config=aceconcast.com
create a shortcut from
/home/aceconcas6/domains/aceconcast.com/public_html/cgi-bin
[root@linux2 cgi-bin]# ll
total 0
lrwxrwxrwx 1 root root 59 May 26 17:47 awstats -> /home/aceconcas6/domains/aceconcast.com/public_html/awstats
ln -s /home/aceconcas6/domains/aceconcast.com/public_html/awstats awstats
for permission denied error
chown -h myuser:mygroup mysymbolic
chown -h aceconcas6:aceconcas6 awstats
DirIcons="/icon"
in conf of .data
and copied icon folder in both awstats and public_html
To create awstats shortcut
[root@linux2 cgi-bin]# ln -s ../awstats awstats[root@linux2 cgi-bin]# lltotal 116lrwxrwxrwx 1 root root 10 Sep 22 14:13 awstats -> ../awstats
chown -h unitedcool:unitedcool awstats
2nd method without creating cgi-bin or sortcut
# Code generated by www.301-redirect.onlineRewriteEngine onRewriteCond %{QUERY_STRING} ^$
if loading from cgi-bin
RewriteEngine onRewriteCond %{QUERY_STRING} ^$
[root@linux2 .data]# vi awstats.corrugatedboxesmanufacturer.com.conf
DirIcons="/awstats/icon"
DirData=".data"
Comments
Post a Comment