I'm encountering difficulties trying to enable fopen, buffering, and other cmsms requirements.
i'm using a shared host, so i must create a custom php.ini in the cmsms directory. unfortunately, custom php.ini's do not flow down to subdirectories.
My options are:
- --put a copy of the same php.ini in all subdirectories, which makes installing cmsms a bit complicated.
- --put code into htaccess, which forces the root php.ini to apply to all subdirs. Trying to accomplish that-- hope someone here can help.
http://bit.ly/2BXcxr
the goal is to put some code into .htaccess in the app's root dir, so that the php.ini located in that same root dir will affect all subdirs.
i have tried various methods, and i'm just getting server errors-- and confused.
here are 3 articles describing methods to achieve this, but nothing seems to work:
http://bit.ly/pyOaN
http://bit.ly/udgAT
http://bit.ly/J0TUM
i'm on 1and1 shared hosting. they tell me i have cgi php. here's my info.php on the root dir:
http://bit.ly/12wch6
this root dir contains the php.ini which i want to apply to all subdirs.
please help!