gpt4 book ai didi

facebook - 允许 Facebook 访问我的网站,以便它可以读取 OpenGraph 元标记

转载 作者:行者123 更新时间:2023-12-04 05:36:18 24 4
gpt4 key购买 nike

我正在为我们公司开发一个新网站,因此我已将该网站放到互联网上,但通过 .htaccess 限制对某些 IP 地址的访问。

然而,新网站的一部分是“在 Facebook 上分享”按钮,所以我需要测试它,但 Facebook 无法连接到我的网站,这不是抓取 OpenGraph 标题、描述、图像等.

我已将 allow from facebook.com 添加到 .htaccess,但这不起作用,并且 Facebook linter尝试连接时报告 403。暂时取消对站点的访问限制允许 Facebook linter 连接。

这是我的完整 .htaccess 文件(减去真实 IP 地址)-

ErrorDocument 404 /index.php?error=404

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

# Only allow access to the site from the IP's listed below
#order deny,allow
allow from 1.2.3.1 # sh_adsl
allow from 1.2.3.2 #sh_lease_lines
allow from 1.3.1.1 # sh
allow from 1.2.2.1 # sm
allow from 1.2.3.1 # wi
allow from 1.2.4.1 # fr
allow from 4.3.2.1 # dgard - home local range
allow from facebook.com # to allow the Facebook sharing
#allow from all
deny from all

# Block access to wp-config.php
<Files wp-config.php>
order allow,deny
deny from all
</Files>

# Deny directory browsing
Options All -Indexes

# Prevent access to any file that begins with '.hta' (i.e. protect this file!)
<Files ~ "^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</Files>

最佳答案

FB 爬虫 IP 列表:https://developers.facebook.com/docs/ApplicationSecurity/#facebook_scraper

将它们添加到您的 .htaccess 中,您就可以开始了。

关于facebook - 允许 Facebook 访问我的网站,以便它可以读取 OpenGraph 元标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14628349/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com