我刚刚迁移到Amazon Web Services with Lightsail,并在Ubuntu上创建了一个新的Plesk托管堆栈实例。我已经在Plesk上建立了我的主机,我已经创建了我的第一个网站,我已经上传了文件并创建了数据库,但事实证明我的域名是另一个提供商(https://mi.com.co/)的,我需要修改我的域名的域名记录来指向我用亚马逊网络服务创建的主机。 我该怎么做呢?我应该放在我的域中的DNS记录的名称是什么?
关于域名中单词的拼写以及谷歌( Google )这样的搜索引擎如何解读这些词,我问了一个简短的问题:
例如,如果我有一个基于各种产品的最新交易的站点,并将其命名为livedeals.co.uk,那么"live“一词的关键措辞将如何受到影响:
www.livedeals.co.uk - Lived Eals or Live Deals
另外,.co.uk中的"UK“也是一个关键字吗?
我需要一个通用的脚本/模式来从URL中提取主域名。下面的尝试失败了。
假设我有这个link1,并且需要提取主域名(google.co.uk)而没有子域(邮件)。我制作了这个脚本,它对.co.uk很好,但是对于只有一个顶级域名的网站,比如:.com和.com,它会失败。
是否有更好的方法从任何URL中提取主域名?URL的构造如下:
https://(optional sub-domain)*(domain name with two or three top-level domain name)(optional forward slash followed by text)*
*指的是零次或多
当我把‘S’放在我的域名http的末尾时,我看到的是name...this:
This Connection is Untrusted
You have asked Firefox to connect
securely to mydomain.com, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,
sites will present trusted identification to prove that you are
going
我试图在jquery中创建一个函数,该函数将域名分开。
也就是说,如果域名= "google.co.in“或"google.com”,它应该分隔域,并将两个变量存储在jquery中,作为域名= "google“和TLD = "co.in”。我试了一下,这是我的,这是我的代码
<p id="demo">Click the button to display the array values after the split.</p>
<button onclick="myFunction()">T