我如何摆脱地理定位
我的服务器托管在欧洲。我的网站从其他网站抓取标题和描述,然后将其包含到我的 PHP 核心应用程序中。我的问题是,当访问 Facebook 和其他支持地理定位的网站时,描述会变成位置语言。
我该如何摆脱这个? php中有可用的代码吗?还是服务器设置??
谢谢
马修
my server is hosted in Europe. my website scrapes title and description from other site which then includes into my core application which is in PHP. My problem is when accessing facebook and other geolocation enabled websites the desciption goes into location language.
How do I getrid of this?? is there any code is available in php?? or is it a server setting??
thanks
Mathew
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
地理位置通常基于请求来源的 IP 地址。您的选项有:
Geolocation is usually based on the IP address the request is coming from. Your options are: