--- mt-config.cgi-original Wed Oct 12 13:34:52 2005 +++ mt-config.cgi Thu Apr 6 22:19:39 2006 @@ -25,18 +25,18 @@ # value when you first install MT. This should be set to the URL # used to access mt.cgi but *without* mt.cgi appended to the end. -CGIPath http://www.example.com/cgi-bin/mt/ +CGIPath http://www.yt.dyndns.org:8080/mt/ ### MySQL Configuration - Add the name of your database, username # password and, optionally database host given to you by your web # hosting provider. # -# ObjectDriver DBI::mysql -# Database -# DBUser -# DBPassword -# DBHost localhost +ObjectDriver DBI::mysql +Database movabletype +DBUser movabletype +DBPassword -movabletype- +DBHost localhost # # ### PostgreSQL Configuration - Add the name of your database, username, @@ -54,7 +54,7 @@ # by PublishCharSet setting, remove following comment. # The default is 0. # -# SQLSetNames 1 +SQLSetNames 1 # # ### SQLite Configuration - SQLite requires only the path to your SQLite @@ -90,14 +90,14 @@ # (mt-static) elsewhere, so that the webserver will not try to execute # them. StaticWebPath is the path to your mt-static directory. # -# StaticWebPath http://www.example.com/mt-static +StaticWebPath /mt/mt-static/ # # # If you have downloaded the help documentation and want to refer # to it within your MT installation, you can customize the HelpURL # setting to point to your local copy. # -# HelpURL http://www.example.com/mt-static/docs/ +HelpURL http://www.sixapart.com/movabletype/docs/3.2/ # # # The filesystem path to the 'tmpl' directory, which contains the @@ -172,7 +172,7 @@ # is put on the size of the files that can be uploaded to prevent # denial-of-service attacks. By default this setting is 1000000 (1MB). # -# CGIMaxUpload 500000 +CGIMaxUpload 50000000 # # # When creating files and directories, Movable Type uses umask settings to @@ -269,7 +269,8 @@ # option to determine the character encoding that is sent in the # HTTP headers. -PublishCharset utf-8 +#PublishCharset utf-8 +PublishCharset euc-jp # If you change the PublishCharset option, you may also need to resort # to HTML entities (below) to encode characters that don't fall in your