I have all of my users set at the Default PHP memory settings, limiting file size uploads, etc. I need to over ride this for a single user. Is this possible?
Try putting the following line in the users .htaccess file, changing the 16M to whatever... php_value memory_limit 16M
This did not work - as I would expect it not to. I don't want users themselves to be able to override the settings I, as an administrator, have put in place.
You can add the php_value and php_admin lines into the apache directives field of the website settings.
Same question here. Ho to setup php settings per user? So they will not be able to change them (they are added as clients, and can change settings for their domains). I try to edit apache directives but it do not work. My syntax is: php_value upload_max_filesize 12M I'm using SuPHP, maybe I must use other PHP settings? I have found answer on SuPHP site: