我可以在domain.com上使用一些非wordpress页面安装wordpress吗?

时间:2018-05-17 16:29:08

标签: wordpress dns

我有一个网站example.com。我在domain.com上有一个通用的登陆页面,我想用Wordpress网站替换,但我确实有几个我关心的网页。它们都是静态页面:

example.com/hello
example.com/goodbye
example.com/hello/canada
example.com/hello/usa
example.com/hello/mexico (you get the idea)
example.com/help

Wordpress问题:我想在example.com上安装Wordpress,同时保持现有网页的正确性:

example.com -- wordpress
example.com/blog/a-blog post --  a blog post from wordpress
example.com/blog/another-blog post --  a blog post from wordpress
example.com/category/something --  a wordpress category

现在仍有非wordpress页面:

example.com/hello
example.com/goodbye
example.com/hello/canada
example.com/hello/usa
example.com/help

我将在AWS EC2实例上安装Wordpress。我的网站目前存在于另一台服务器上我应该将Wordpress安装在单独的服务器上吗?或者使用单个服务器同时提供Wordpress和静态页面?我使用悬停来管理我的域名的DNS设置。我最好的前进道路是什么?

1 个答案:

答案 0 :(得分:0)

只需将文件放在root wordpress文件夹中即可。为了简单起见,除非你对静态页面的要求截然不同,我认为它们应该与wordpress安装在同一台服务器上。

您可能希望将您的样式/资源与wordpress安装(或使用唯一名称)分开,在这种情况下,每个静态页面都可以拥有与页面名称匹配的自己的文件夹

/hello
    style.css
    hello.html
    hello.js

或者,您可以为每个静态页面创建模板文件。您不必在自定义页面模板中使用网站其余部分的循环,侧边栏,标题。这将允许静态页面访问影响整个站点的优化:SEO,安全性,加载速度插件,站点地图。

可能不需要说,但只需确保在wordpress安装之前备份静态页面。您可以将这些与wordpress主题捆绑在一起。但是 - 至少几年前 - 安装wordpress的目录需要在成功安装之前清除。