如何将使用 xampp(windows) 创建的网站移动到托管服务器

发布于 2024-10-12 21:32:49 字数 100 浏览 1 评论 0原文

我对这个托管东西很陌生。我不做任何关于托管网站的事情。 我正在 xampp-windows 中开发一个网站。我应该如何在域中托管网站?如果您知道,请告诉我有关我的情况下的网站托管情况。

I am new to this hosting stuff. I dono anything about hosting a site.
I am developing a website in xampp-windows. What should i do for hosting the website in a domain. If u know please tell me about this hosting of a site in my case.

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

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

发布评论

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

评论(1

当爱已成负担 2024-10-19 21:32:49
  1. 为自己找一个简单的主机提供商,它为您提供与当前家庭安装大致相同的 PHP 和 MYSQL 版本。对于初学者来说,选择带有 plesk 的共享主机或类似的简单主机。如果您习惯了,请确保您已安装 phpmyadmin。
  2. 导出数据库并将其移至主机(导入)
  3. 检查代码并检查仅限 Windows 的引用。首先想到的是路径(例如 c:\yourpath\www\yoursite\ 与 /var/www/yoursite/)
  4. 将代码放在站点上。
  5. 测试。如果发现问题,请转到步骤 3。如果没有,请转到步骤 6)
  6. ...
  7. 利润!
  1. Get yourself a simple host provider that gives you roughly the same versions for PHP and MYSQL as your current home install. For starters, choose a shared host with plesk or something simple like that. Make sure you're getting phpmyadmin if you're used to that.
  2. export your database and move it to your host (import)
  3. Go over your code and check for windows-only references. The first things that come to mind are paths (c:\yourpath\www\yoursite\ versus /var/www/yoursite/ for isntance)
  4. Put your code on the site.
  5. test. If you find problems, go to stap 3. If you don't, go to step 6)
  6. ...
  7. profit!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文