From: Don S. <do...@se...> - 2003-02-27 21:57:24
|
I'm pretty sure Mike Noyes will be making an updated HOWTO for installing phpws 0.9.0 on sourceforge's servers. In the meantime here is the contents of our .htacces file: # php.ini configuration <IFModule mod_php4.c> php_value arg_separator.output "&" php_value session.save_path "/home/groups/f/ff/ffl/tmp" php_value memory_limit "12M" </IFModule> You then need to make the directory specified in the session.save_path (not web-accessible) and make it writeable by all. FYI. Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > Should now fixed in CVS. Please test and tell me if it works as you > specified. > > Thanks again for all the bugs. Release should be tight. > > Matt > > |