![]() |
Facebook Like Button Problem Hi all! I'm having a strange,strange problem with my vB's Facebook like button. To be specific, with it's HREF link to the thread. As you can see in the attached image the URL looks like "threads/threads/threads/threads/threads/threads/threads/threads/threads/X-Title". I'm using Mod Rewrite Friendly URLs with: Enforce Canonical URL = Strict Enforce Canonical URL for Registered Users = Yes Friendly URL Unicode = Strip Unicode NCR Encode UTF-8 URLs for IE = No Standard URL Routing Variable = r And the following Rewrite Rules: Code: RewriteEngine OnRewriteBase / [...] Checks on blocked IP addresses or User-Agents RewriteRule ^.*$ - [F,L] RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} !^www\..+$ [NC] RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^threads/.* showthread.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ - [R=404,L] Anyone can point me to a solution please? Thanks! Attached Images |
| الساعة الآن 05:26 PM |
Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir