Install Nephtali

From Nephtali Documentation

Jump to: navigation, search

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

  1. Download the latest version of Nephtali from Google Code.
  2. Upload the file setup.php to your public directory of your website.
  3. View setup.php in your web browser (e.g., http://yourwebsite.com/setup.php) and follow the instructions.
  4. 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>
Personal tools