How to Find the Location of php.ini on a Web Server

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

Tip of the Day: How to Find Crash Logs on Windows 8

Accessing the Event Viewer in Windows 8

Finding crash logs on Windows 8 is easier than you might think. Continue Reading

Tip of the Day: Remove All .DS_Store Files

If you come across a file by the name of .DS_Store, it probably originated on a Mac. OS X uses this type of file to store additional information about files, directories, and their contents, such as the color of a label, the dimensions of a Finder window, or the sorting order of items in a folder. Continue Reading