php_admin_value sys_temp_dir "M:\User Files\jeff\BookKeeper\www\cache"
php_admin_value upload_tmp_dir "M:\User Files\jeff\BookKeeper\www\cache"
php_admin_value session.save_path "M:\User Files\jeff\BookKeeper\www\cache"
php_value sys_temp_dir "M:\User Files\jeff\BookKeeper\www\cache"
php_value upload_tmp_dir "M:\User Files\jeff\BookKeeper\www\cache"
php_value session.save_path "M:\User Files\jeff\BookKeeper\www\cache"

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]