Convert To Using The New Configuration File
Question
How can I convert from using mt.cfg to the new mt-config.cgi file in version 3.2?
Answer
- Download your
mt.cfgfile inASCIImode and open it in a plain text editor. - Open
mt-config.cgi-originalin the text editor also. - Note any existing settings which are uncommented1 in your
mt.cfgfile and make sure you duplicate them inmt-config.cgi-original. - If you're using MySQL, make sure this line is uncommented:
and replaceDBPassword <database-password><database-password>with the value for your password frommt-db-pass.cgi. - Save
mt-config.cgi-originaland then upload it to your server inASCIImode. - Rename the file as
mt-config.cgiusing your FTP or File Manager program. There is no need to set any permissions on this file, as it is not an actual CGI script. - Delete
mt.cfg(andmt-db-pass.cgi, if applicable) from your server. - Movable Type should now use the new configuration file!
1 To uncomment a setting means to remove the # from the beginning of the line where it appears.


