When running Apache with PHP on a Unix/Linux server, you can find the location of the php.ini file easily. Open a terminal window and type: php -i | grep php.ini The server will respond with something like this: Configuration File (php.ini) Path => /some/path/directory Loaded Continue Reading
May 8, 2011 by at 11:11 pm
Setting Up Apache Virtual Hosts on MAMP
In order to comfortably edit several dynamic websites in Dreamweaver at the same time you do not need several teting servers. Instead, you can set up virtual hosts on your existing Apache installation. This will work with any popular distribution including MAMP, WAMP and XAMP. Today we will show you Continue Reading
May 8, 2011 by at 11:08 pm
How to Set Up a Testing Server for Adobe Dreamweaver CS5.5
Adobe Dreamweaver CS5.5 sports some very exciting visual tools you can't use with most sites unless you point it to a testing (or: staging) server. Unfortunately, many users struggle with nondescript error messages and frustrating demands of the app. While it works for some sites, it seems there is Continue Reading