我的网站根文件夹中有一个名为“ blog”的文件夹。
我想将 core_build core_version distro groups.id groups.name id \
0 17 7.1.1 win-x86-64 101819 O Laptops 2198802
1 17 7.1.1 win-x86-64 101893 V Laptops 2169839
2 17 7.1.1 win-x86-64 101839 Personal 2097601
3 17 7.1.1 win-x86-64 102037 Wi 2097601
4 17 7.1.1 win-x86-64 102049 MS8 2097601
ip last_connect last_scanned linked_on name platform \
0 x.x.x.x 1539962159 1539373347 1534964847 x1x1x1x1 WINDOWS
1 x.x.x.x 1539962767 1539374603 1533666075 x2x2x2x2 WINDOWS
2 x.x.x.x 1539962304 1539437865 1529677890 x3x3x3x3 WINDOWS
3 x.x.x.x 1539962304 1539437865 1529677890 x3x3x3x3 WINDOWS
4 x.x.x.x 1539962304 1539437865 1529677890 x3x3x3x3 WINDOWS
plugin_feed_id status uuid
0 201810182051 on ca8b941a-80cd-4c1c-8044-760e69781eb7
1 201810171657 on 9400817b-235b-423b-b163-c4c86f973232
2 201810181351 on 7e3ef1ff-4f08-445a-b500-e7ce3ca9a2f2
3 201810181351 on 7e3ef1ff-4f08-445a-b500-e7ce3ca9a2f2
4 201810181351 on 7e3ef1ff-4f08-445a-b500-e7ce3ca9a2f2
重定向到http://example.com/blog/
到目前为止,我使用的htaccess没有运气。 .htaccess包含以下代码:
http://blog.example.com/
我遇到以下错误:
无法访问此网站。 找不到blog.example.com的服务器IP地址。
我在这里做什么错了?
答案 0 :(得分:0)
这是名称解析的问题。
您需要添加以下dns条目
Type:
A
Name:
{The name of the subdomain E.G "examples" for examples.example.com}
Value:
{The ip address of your server, just use the same as used in either www or @}