Jump to content

my.cnf, php.ini help


Recommended Posts

i have just recently purchase a server but the ttimezone is way off on both php and mysql...i did a bit of reading to create my own php.ini file so i can change timezone but it doesnt seem to change root in phpinfo()

 

php.ini

date.timezone = "Europe/London"

.htaccess

<Files ~ "\.(ini)$">
order allow,deny
deny from all
</Files>

SetEnv php.ini  // same location as .htacess

so im boggled to why my custom php.ini isnt being read

 

also is there a way to customise a my.cnf file from my .htaccess to change settings?

 

thank you

Link to comment
https://forums.phpfreaks.com/topic/292101-mycnf-phpini-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.