Dreamweaver creating temp php files instead of working direct from the local test server files
Posted
by
Dan382
on Stack Overflow
See other posts from Stack Overflow
or by Dan382
Published on 2011-11-13T17:44:38Z
Indexed on
2011/11/13
17:51 UTC
Read the original article
Hit count: 270
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?
© Stack Overflow or respective owner