Re: [studs-user] trying to get the demos to work
Status: Beta
Brought to you by:
mojavelinux
|
From: Dan A. <dan...@gm...> - 2004-10-08 06:11:59
|
> The file named htaccess in the top level directory > should be renamed to .htaccess (starts with a dot). Correct. I leave it as htaccess in the release (as opposed to with the dot) so that new users "see" it. > The .htaccess file includes a directive that requires > Apache 2.0.__. I noticed a previous post just > commented it out, but I upgraded. Yes, I need to have an htaccess-2.0 and htaccess-1.3 version...also I need a version for those running suPHP. Could you detail what directive was invalid for apache 1.3? > PHP 5 has some new keywords that conflict with some > Studs code (as of ver. 0.9.4), such as 'clone', so I > went back to PHP 4.3.4. Ah, I am going to need to test this. To begin, Studs was coded for PHP4, but obviously it will be migrated to PHP5, so I better start safeguarding now. > PHP safe mode caused problems, unless maybe you change > ownership of all scripts to the user that httpd runs > as. I am not to sure about safe mode...frankly I hate it because it just cripples PHP. This is really more of a limitation of the language that the environment is so unpredictable. I will take any advice I can get here. Dan |