Rs-Tavern Posted May 27, 2005 Share Posted May 27, 2005 I have dreamweaver MX 2004 and easy php 1.8 installed on an XP Pro computer. I want to be able to test my php code on my local system without having to upload it to my remote web server. Anyone know what need to do? Quote Link to comment https://forums.phpfreaks.com/topic/2329-using-easyphp-with-dreamweaver/ Share on other sites More sharing options...
dmarchman Posted May 27, 2005 Share Posted May 27, 2005 why not just install apache and php and make your local system a test server. i setup my laptop this way and it works great. i used the book "PHP Dreamweaver MX 2004" by Apress which shows you step by step how to install and configure Apache, PHP and MySQL. you can even set Apache to listen on another port so you can develop with PHP or ASP/IIS on the same machine. the self-installing PHP/MySQL apps are conveinent, but lack the ability to go in and fine tune them to your needs. manually installing Apache, PHP and MySQL makes life a lot easier, and it's not too difficult to do. Quote Link to comment https://forums.phpfreaks.com/topic/2329-using-easyphp-with-dreamweaver/#findComment-7641 Share on other sites More sharing options...
Rs-Tavern Posted May 27, 2005 Author Share Posted May 27, 2005 Ive tried making a WAMP setup several times b4 and its confused me every time Quote Link to comment https://forums.phpfreaks.com/topic/2329-using-easyphp-with-dreamweaver/#findComment-7642 Share on other sites More sharing options...
Pilot-Doofy Posted May 29, 2005 Share Posted May 29, 2005 Ive tried making a WAMP setup several times b4 and its confused me every time 237851[/snapback] If he already has a working version of easyphp 1.8, don't try to get him to change. Don't fix it if it isn't broken. To answer the author: First open up Dreamweaver. I will show you step by step how to setup a site definition in Dreamweaver and have it saved to your local folder. You must always have easyphp running when you want to test your php work. Your local website is available at http://localhost/ Here is the guide: Site > Manage Sites > Advanced Tab > Site name: Anything you want > Local root folder: C:\Program Files\EasyPHP1-8\www (I think that's right, if not, change it to your www folder for EasyPHP) > Default Images Folder: You don't have to define it but you can > HTTP Address: http://localhost/ > Remote Info Tab on Left > Access: Local/Network > Remote Folder: C:\Program Files\EasyPHP1-8\www (again it may or may not be correct) That should be it. If you have further problems let me know. Quote Link to comment https://forums.phpfreaks.com/topic/2329-using-easyphp-with-dreamweaver/#findComment-7651 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.