Install Nephtali
From Nephtali Documentation
Installing Nephtali on a server running PHP 5.3.1 is straight forward and takes a few minutes. Nephtali works by turning on output buffering for PHP pages and setting the auto_append value for PHP pages in the site to the ncore.php file of Nephtali.
Installation steps
- Download the latest version of Nephtali from Google Code.
- Upload the file setup.php to your public directory of your website.
- View setup.php in your web browser (e.g., http://yourwebsite.com/setup.php) and follow the instructions.
- Delete the setup.php file from your server once you've tested your installation.
Potential gotchas
- Remember to append the Nephtali settings (whether you're using php.ini -or- .htaccess) to any existing settings.
- Some servers configured with .htaccess files require that you nest the php settings within IfModule tags such as below:
<IfModule php5_module> php_value include_path ".:/usr/local/lib/php:/home/path/to/nephtali" #rest of settings should be pasted here <IfModule>

