Dreamweaver 创建临时 php 文件,而不是直接从本地测试服务器文件工作
尝试让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这通常意味着您可以使用临时文件首选项集(我认为这可能是默认设置)进行预览。执行以下操作:
编辑(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
设置一个测试服务器,如果您在那里遇到一些问题,请将您的站点类型设置为 localhost。
setup a testing server, if you have some problems from there, set your site type to localhost.