kelly001 Posted November 11, 2004 Share Posted November 11, 2004 Hi, I am trying to develop a dynamic site hosted locally on my Mac running OS 10.3.3 I have enabled PHP Version 4.3.2 and Apache 1.3.29. and both seem to be running from what i can tell. Apache shows a default page at http://127.0.0.1 and PHP shows the same at http://127.0.0.1/~user/phpinfo.php I'm using Dreamweaver MX 6.1 with MySQL. I am able to connect to the database without any problem. However, when I try to preview one of the site's pages in IE or Safari I get "the request URL /TMPacifg6yv5.php was not found on this server" What could be causing this??? Is PHP not enabled properly? Quote Link to comment https://forums.phpfreaks.com/topic/2048-php-pages-fail-to-preview-in-dreamweaver-mx/ Share on other sites More sharing options...
kelly001 Posted November 11, 2004 Author Share Posted November 11, 2004 One thing I noticed too is that when I try to do a "Live Data" view of a PHP page I also run into an error. It tells me "HTTP error 404 (file not found) occured while attempting to request the file http://127.0.0.1/phpinfo_test_dgmpy70r5f.php" from testing server." What is going on with this? Is this related? Quote Link to comment https://forums.phpfreaks.com/topic/2048-php-pages-fail-to-preview-in-dreamweaver-mx/#findComment-6688 Share on other sites More sharing options...
phpdood Posted November 22, 2004 Share Posted November 22, 2004 Don't you just LOVE dreamweaver sometimes? This problem is fun, and easy to fix...most of the time. First off, if you are on Mac OS X ( I assume you are), make sure you have installed the PHP add-on from php.net. Next, this is going to sound dumb, but, TURN APACHE ON...Go to apple, system prefs, sharing, turn ON personal file sharing....Just for kicks, go to http://127.0.0.1/~username. If you don't have anything showing up or an error, something is wrong. Make sure apache is turned on. You can see by taking out the username portion of 127.0.0.1, and if it shows a setup-completion page you are in the go. Now, as far as previewing in Dreamweaver, that works sometimes, and not. The easiest way I do it is by going to http://127.0.0.1/~username/sites/websitename/index.php Let me know if this works. It takes a little extra effort alt-tabbing, but at least you don't have to waste the extra 2 seconds uploading Quote Link to comment https://forums.phpfreaks.com/topic/2048-php-pages-fail-to-preview-in-dreamweaver-mx/#findComment-6738 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.