Windows Server 上的 WordPress 站点

发布于 2024-12-01 04:54:15 字数 192 浏览 2 评论 0原文

我有一个用 asp 编写的网站需要更新。我相信它是一个Windows服务器。

我想用 WordPress 重写这个网站。可以在windows服务器上做到这一点吗?

如果可能的话,在 Windows 服务器上构建 WordPress 的最佳方法是什么?

我应该购买另一个 Linux 主机帐户并在完成后重新指向 dns 吗?

I have a website that I need to update which is written in asp. I believe it is a windows server.

I wanted to rewrite this site in wordpress. Is it possible to do that on a windows server?

If possible, what is the best way to build in wordpress on windows server?

Should I just buy another hosting account with linux and repoint the dns when I am done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟凡古楼 2024-12-08 04:54:15

我经常在 Windows 7 开发机器上运行 WordPress。这实际上并没有那么困难,我什至曾经在通过 GoDaddy 托管的 Windows 服务器上安装了 WordPress。

您需要在服务器上设置的内容(如果尚未设置):

  • PHP
  • MySQL
  • Apache(如果您想通过 Apache 而不是 IIS 提供页面服务)

如果您愿意,Windows Web Platform Installer 实际上可以自动化很多工作为您介绍流程。它将下载 WordPress(及其依赖项)并配置服务器的所有内容。

WordPress Codex 上提供了使用 Web 安装程序的分步说明(

如果您愿意)或者,您可以安装适用于 WordPress 的 BitNami 应用程序堆栈(包括PHP、MySQL 和 Apache)也是如此。

I frequently run WordPress on my Windows 7 development machine. It's actually not all that difficult, and I once even installed WordPress on a Windows Server hosted through GoDaddy.

The things you'll need to set up on the server (if they aren't already):

  • PHP
  • MySQL
  • Apache (if you want to serve pages through Apache rather than IIS)

If you want, the Windows Web Platform Installer can actually automate much of the process for you. It will download WordPress (and its dependencies) and configure everything for the server.

There are step-by-step instructions for using the web installer located on the WordPress Codex

If you want an alternative, you can install a BitNami application stack for WordPress (that includes PHP, MySQL, and Apache) as well.

喵星人汪星人 2024-12-08 04:54:15

谷歌搜索“Windows 上的 Wordpress”应该会给您一个很好的概述。

  • Microsoft 正式声称 WP 在 IIS 上运行良好,并且(如果我没看错的话)甚至可以通过 WebMatrix 一键安装(无论是什么)。

  • Learn.iis.net 有一个(较旧但可能仍然有效)文章详细介绍了在 IIS 上手动安装 WordPress 所需的步骤。

如果您不知道正在运行的 IIS 的具体情况,并且不知道如何管理要安装所有这些内容的软件包,那么您最好重新安装一个Linux 包。不过,我确信在当今时代,让 WordPress 在 IIS 上运行是可能的——不过可能需要一些调整。

Googling "Wordpress on Windows" should give you a good overview.

  • Microsoft officially claims WP runs fine on IIS, and (if I read it right) is even one-click installable with WebMatrix (whatever that is).

  • Learn.iis.net has an (older but probably still valid) article detailing the steps necessary to manually install WordPress on IIS.

If you don't know the specifics of the IIS that is running, and don't know how to administer the package you're supposed to install all this on, you may be better off getting a fresh Linux package. However, I'm sure it's possible to get WordPress to run on IIS in this day and age - it may take some tweaking though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文