![]() |
|
|
|
|
|
|
4
24th October 21:07
External User
Posts: 1
|
do you have ssh access to the server?
i recommend you start out by creating the simplest file you can by editing it directly on the linux server, via vim or w/e. then using a phpinfo() script, you should see your overridden value in the left column (those are for the locally overridden values). some other things to note are; 1. apache must be properly configured to allow the .htaccess overrides. 2. you cant override all the values in php.ini; see the documentation regarding which ones can be overriden and where here is an article regarding the process, http://gentoo-wiki.com/HOWTO_php.ini...s_w/_.htaccess -nathan |
|