代码之家  ›  专栏  ›  技术社区  ›  Daan Seuntjens

如何使用直接管理在网站上安装WordPress

  •  0
  • Daan Seuntjens  · 技术社区  · 6 年前

    我对WordPress是个彻头彻尾的笨蛋,我想把它安装到我的服务器上。

    我按照指示 this site 但当我到达 step 5 我去了 http://example.com/direct-admin/install.php 我得到这个错误:

    Not Found
    The requested URL /wp-admin/install.php was not found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    

    在我的文件夹'example.com'中,位于'domains'文件夹中,我只开始使用stats和logs文件夹。我第一次将wordpress文件添加到'example.com'文件夹中。

    我尝试添加一个公共的HTML文件夹,并将Wordpress文件放在公共的HTML文件夹中,但这也不起作用。

    如何在我的网站上安装WordPress?

    2 回复  |  直到 5 年前
        1
  •  1
  •   Alejandro Sanchez    6 年前

    WordPress CLI

    1. these five steps

    2. $ wp core download

    3. $ wp core config --dbname="your_db_name" --dbuser="your_db_user" --dbpass="your_db_password"

        2
  •  0
  •   Daan Seuntjens    5 年前

    <!DOCTYPE html>
    <html>
    <body>
    
    <h1>My First Heading<h1/>
    
    <p>My first paragraph.</p>
    
    </body>
    </html>
    </code></pre>
    

    this answer