You can view in the demo page that user and guest online list is not updating here is the url
http://phpbb3.phpbb-seo.net/demo-en/a-poll-t5.html
Edit: No registered users and 0 guests { I want to point out this one.}
Is this a bug?
It is currently Thu May 23, 2013 9:25 am
News of SEO phpBB'U_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", (($latest_post['forum_id']) ? 'f=' . $latest_post['forum_id'] . '&' : '') . 't=' . $latest_post['topic_id'] . '&p=' . $latest_post['post_id']) . '&#p' . $latest_post['post_id'],
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteEngine On
RewriteBase /
RewriteRule ^group(+)(-(+))?\.html$ memberlist.php?mode=group&g=$1&start=$3
# RewriteRule ^forum\.html$ index.php
RewriteRule ^*-f(+)(-(+))?\.html$ viewforum.php?f=$1&start=$3
RewriteRule ^*-f(+)/*-t(+)(-(+))?\.html$ viewtopic.php?f=$1&t=$2&start=$4
RewriteRule ^announces/*-t(+)(-(+))?\.html$ viewtopic.php?t=$1&start=$3
RewriteRule ^*/?*-t(+)(-(+))?\.html$ viewtopic.php?t=$1&start=$3
RewriteRule ^member()\.html$ memberlist.php?mode=viewprofile&u=$1
RewriteRule ^messages(+)(-(+))?\.html$ search.php?author_id=$1&sr=posts&start=$3
RewriteRule ^post(+)\.html$ viewtopic.php?p=$1 ...
Total posts 42537 • Total topics 9141 • Total members 16393