I think i used the same code. It happened to my site that when the url is came from a search engine like google or yahoo and the url is not having www the vote function is not working. The solution i made is to redirect all url without www to www dot mysite dot com. If you experienced it to your site, here is the rewrite codes.
RewriteRule ^index\.php$ http://yoursite.com/ [R=301,L]
RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]






Linear Mode




