<br>
B) configure.pl will add, if not already done, the following directives to your Apache config file
-(note that the "/usr/loca/awstats/wwwroot" path might differ according to your distribution or OS:<br>
-<br>
+(note that the "/usr/local/awstats/wwwroot" path might differ according to your distribution or OS:<br>
<i>
-#<br>
-# Directives to add to your Apache conf file to allow use of AWStats as a CGI<br>
-#<br>
-Alias /awstatsjs "/usr/local/awstats/wwwroot/js/"<br>
-Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"<br>
-Alias /awstatscss "/usr/local/awstats/wwwroot/css/"<br>
-Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"<br>
-ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"<br>
+<br>#\r
+<br># Directives to add to your Apache conf file to allow use of AWStats as a CGI.\r
+<br># Note that path "/usr/local/awstats/" must reflect your AWStats install path.\r
+<br>#\r
+<br>Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"\r
+<br>Alias /awstatscss "/usr/local/awstats/wwwroot/css/"\r
+<br>Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"\r
+<br>ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"\r
+<br>#\r
+<br># This is to permit URL access to scripts/files in AWStats directory.\r
+<br>#\r
+<br><Directory "/usr/local/awstats/wwwroot">\r
+<br> Options None\r
+<br> AllowOverride None\r
+<br> Order allow,deny\r
+<br> Allow from all\r
+<br></Directory>\r
</i>
+<br>
+
<br>
C) configure.pl restart Apache to apply the changes made in A and B.<br>
<br>
- For Windows and other OS: Same directory than awstats.pl (so cgi-bin).<br>
<br>
-E) configure.pl finish.<br>
+E) configure.pl ends.<br>
<br>