PHP should have register_globals disabled
Tasks Pro™ will work with 'register_globals' on, but it makes it much less secure.
You can disable register_globals on only the Tasks Pro™ installation using a .htaccess file (Apache). Put the following in a .htaccess file:
php_flag register_globals off
You can use the included 'example.htaccess' (renamed to '.htaccess') to do this.
Previous Page | Table of Contents | Next Page
Last Modified: January 20, 2006 @ 8:24 pm