使用 Win XP 通过 LAN 访问 XAMPP

发布于 2024-11-02 21:59:17 字数 390 浏览 5 评论 0原文

我在家庭 LAN 上设置了一台开发计算机和一台测试 (http://testing/) 服务器。我需要能够在测试计算机上设置与我的托管帐户相同的文件目录结构。我正在使用 /testing/ 计算机在公开之前进行开发。

我使用 Dreamweaver 8 作为我的开发平台,但我很难协调本地、测试和远程服务器环境,以允许在测试和远程(托管)计算机上对图像、文件等进行相同的寻址。如果我使用“../dir/sub-dir/filename.php”,它仅适用于测试服务器(LAN),而当我使用“/dir/sub-dir/filename.php”时,它仅适用于远程(托管)计算机。

我需要配置 XAMPP 以允许测试机器使用与远程(托管)机器相同的寻址结构。

有什么想法吗? (请不要告诉我放弃 Dreamweaver)。

I have a development computer and a testing (http://testing/) server set up on my home LAN. I need to be able to set up the same file directory structure on the testing computer as is on my hosted account. I am using the /testing/ computer to stage development prior to making it public.

I am using Dreamweaver 8 as my dev platform and I am having a hard time reconciling the local vs. testing vs. remote server environments to allow for the same addressing of images, files, etc. on both the testing and remote (hosted) machines. If I use the "../dir/sub-dir/filename.php" it works only on the testing server (LAN), whereas when I use the "/dir/sub-dir/filename.php" it only works on the remote (hosted) machine.

I need to configure XAMPP to allow the testing machine to utilize the same addressing structure as the remote (hosted) machine does.

Any ideas? (Please don't tell me to dump Dreamweaver).

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

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

发布评论

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

评论(1

×眷恋的温暖 2024-11-09 21:59:17

Matteo,Dreamweaver 很好。

只需进入 XAMPP 安装中的 Apache 配置并将 DOCROOT 设置为测试应用程序的根目录并重新启动 Apache。

Matteo, Dreamweaver is fine.

Just go into the Apache config in your XAMPP install and set DOCROOT to the root of your test application and restart Apache.

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