# Apache configuration for COCANWIKI.
-# $Id: cocanwiki.conf,v 1.5 2004/09/20 15:34:36 rich Exp $
+# $Id: cocanwiki.conf,v 1.6 2004/09/23 09:48:45 rich Exp $
# Uncomment the following lines if necessary. You will probably need
# to adjust the paths to reflect where cocanwiki is really installed.
RewriteRule ^/_logout$ /_bin/logout.cmo [PT,L,QSA]
RewriteRule ^/_recent$ /_bin/recent.cmo [PT,L,QSA]
RewriteRule ^/_sitemap$ /_bin/sitemap.cmo [PT,L,QSA]
+RewriteRule ^/_stats$ /_bin/stats.cmo [PT,L,QSA]
RewriteRule ^/_users$ /_bin/users.cmo [PT,L,QSA]
# Image and file downloads.
<li> <a href="/_bin/largest_pages.cmo">Largest pages</a> </li>
<li> <a href="/_images">Images</a> </li>
<li> <a href="/_files">Files</a> </li>
+<li> <a href="/_stats">Stats</a> </li>
::end::
::if(can_manage_users)::
<li> <a href="/_users">Users</a> </li>