在我的PHP站點Facebook的評論插件不理解的URL在href和ATTRIB顯示Warning: Link us unreachable.
我有一個文件測試不使用它運行良好的.htaccess和不會拋出任何錯誤或警告,但是當我在href上放置虛擬URL時。 Facebook不瞭解該網址。問題與Facebook評論插件時使用的htaccess
這是我的網站代碼:
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script><fb:comments href="<?php echo $commenturl; ?>" num_posts="10" width="700"></fb:comments>
這是在我的網站的信息:
$ commenturl = http://smashlix.com/battle/Ipad-or-Windows-8
的.htaccess內容:重寫規則^戰鬥/(。 *)$ ./index.php?view=bd & title = $ 1
請幫幫我!
因爲你剛開始用php編程,並首先使用htaccess。 你可以給我更多的解釋,Please.This充滿我的htacess文件: 選項+的FollowSymLinks RewriteEngine敘述在 的DirectoryIndex comingsoon.php 的RewriteCond%{} SCRIPT_FILENAME -d 的RewriteCond%{} SCRIPT_FILENAME! -f RewriteRule^battle /(.*)$ ./index.php?view=bd&title=$1 如何在Facebook上發表評論,瞭解關於href的virture URL。請幫幫我 !非常感謝。 –