crow wrote:
Yes it make sense now, but what i need to write to my hosting company, before this all was right and funkcioniren OK.
My english is not so good, and i dont know what to tell them what they should do for me.
In .htaccess i can write some switch like:
Quote:
php_flag magic_quotes_gpc On
php_flag register_globals Off
And this functionired OK mybe i can add something to make this working.
Its more sense to me that joomla also be owned by apache, then half owned by apache,half by ftp user.
Ideally (from the security/permission point of view) it would be if the host would set up the server to execute PHP as your FTP user account.
You should find a bit in this thread:
http://bugs.php.net/bug.php?id=24604(There seem to be the possibilities of using: suPHP, suexec and running PHP as CGI instead of a module)
Another issue is the performance... I have no idea whether it will really make any recognizable difference nowadays.
If that is not an option you could ask your host to change the owner of the files whenever you have a problem with it.
(Not every host will want to do this though... your host seem to be one of those)
In addition you should try the Joomla/Mambo-Explorer (or any other PHP file manager) and set the permissions of the files in question to 777. If you then still cannot access the files you could maybe ask your host to change the user groups somehow so that it is possible. (This of course may reduce overall security)
Someday there may be a safe mode patch available (or integrated)... this would also workaround your problem. (As said helps also with safe mode off).
(I doubt you will be able to do anything helpful with the .htaccess settings in regard to this problem)
So I don't know what you should write your host... but your host seem not be very happy to change/do anything at all anyway.