Dreamweaver 创建临时 php 文件,而不是直接从本地测试服务器文件工作

发布于 2024-12-15 09:40:38 字数 657 浏览 2 评论 0原文

尝试让 MAMP 与 Dreamweaver 一起运行。

当我在 Dreamweavers“实时视图”模式中预览 php 文件而不是直接从我的文件工作时:

http://localhost/ php_test/timetest.php

它创建自己的临时文件,如下所示:

http://127.0.0.1/php_test/TMPWY5ZEM.php

(我添加了额外的空格,因为 stockoverflow 假设我是垃圾邮件)

我知道本地主机运行正常,就像我直接在浏览器中输入 URL 一样,它运行良好。

据我所知,我已正确设置 Dreamweaver 站点,详细信息如下:

本地站点文件夹: /Applications/MAMP/htdocs/php_test

服务器文件夹: /Applications/MAMP/htdocs/php_test

网址: http://localhost/php_test/

测试服务器: PHP MySQL

有帮助吗?

Trying to get MAMP running with Dreamweaver.

When I preview a php file inside Dreamweavers 'Live View' mode instead of working direct from my file:

http://localhost/php_test/timetest.php

it creates its own temp file which looks like:

http:// 127.0.0.1/php_test/ TMPWY5ZEM.php

(I've added the additional spaces as stockoverflow assumed I was spamming)

I know the localhost runs correctly as if I type the URL directly into a browser it runs fine.

I've set up the Dreamweaver site correctly to the best of my knowledge, the details are below:

Local site folder:
/Applications/MAMP/htdocs/php_test

Server Folder:
/Applications/MAMP/htdocs/php_test

Web URL:
http://localhost/php_test/

Testing Server:
PHP MySQL

Any help?

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

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

发布评论

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

评论(2

摇划花蜜的午后 2024-12-22 09:40:38

这通常意味着您可以使用临时文件首选项集(我认为这可能是默认设置)进行预览。执行以下操作:
编辑(Mac 上的 Dreamweaver)首选项,在浏览器类别中预览,取消选中使用临时文件预览

This typically means that you have the preview using temporary file preference set (which I believe may be a default setting). Do the following:
Edit (Dreamweaver on Mac) Preferences, Preview in Browser category, uncheck Preview using temporary file

蓝天白云 2024-12-22 09:40:38

设置一个测试服务器,如果您在那里遇到一些问题,请将您的站点类型设置为 localhost。

setup a testing server, if you have some problems from there, set your site type to localhost.

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