EZ.NO on Mediatemple

//fix the database, ez wants utf8, mediatemple help docs leave out the text after COLLATE causing SQL error

ALTER DATABASE `dbhere` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

//create .htaccess with the below values, AcceptPathInfo may be redundant with url_fopen enabled
AddHandler php5-script .php

php_value allow_url_fopen 1

php_value date.timezone America/Chicago

AcceptPathInfo On

Filed under:ez.no

Comments are closed.