I've seen others asking this, but none of the solutions seem to work for me. I'm running a Drupal site, and I did make a stats password. When I go to the /stats directory I get a 403 error. The log says:
Code:
Directory index forbidden by Options directive
.
If I bypass the permissions in the apache conf file, opening up the directory for all to see:
Code:
<Directory /var/www/www.domainame.com/web/stats/>
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
I can get to the stats pages. The look fine, and are updating as expected. All the permissions are set correctly too. What else do I need to do?
Recent comments
17 hours 14 min ago
23 hours 55 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 13 hours ago
1 day 23 hours ago
2 days 7 min ago
2 days 3 hours ago
2 days 8 hours ago
2 days 8 hours ago