Movable Type Installation

Movable Type Installation

Posted by: PHILTHY
Posted on: 2008-04-22 05:44:00

Hi All,

I'm a n00bz0r trying to install Movable Type on my new domain.

Here's what movable type is telling me to do:
-Copy the mt-static directory from your local computer to the Web root directory on the Web server.

-Open the cgi-bin directory on your Web server. Make a new directory within it named mt. Copy all of the other Movable Type installation folders and files to the mt directory.

Is the "Web root directory" just the mydomainname.com directory?

I have FTP'ed into my site and I can't find a cgi-bin directory. Where is this elusive cgi-bin directory?

Any help is much appreciated.

Re: Movable Type Installation

Posted by: sdayman
Posted on: 2008-04-22 06:01:00

In reply to:

Is the "Web root directory" just the mydomainname.com directory?



Yes, so your stuff goes *in* the mydomain.com directory so your index.html (or index.php) sits right in the mydomain.com directory, and not a folder in the domain folder.

In reply to:

I have FTP'ed into my site and I can't find a cgi-bin directory. Where is this elusive cgi-bin directory?



No need for a cgi-bin directory. CGI files will run from anywhere, but you can create a cgi-bin directory in your mydomain.com directory and put your stuff there.

-Scott

Re: Movable Type Installation

Posted by: PHILTHY
Posted on: 2008-04-22 07:36:00

sdayman - thanks for the help

Now I'm encountering some other annoyances. Movable Type says to open up the mt.cgi file to run the installation wizard. This is where my file is located:
http://www.mydomain.com/cgi-bin/mt.cgi

When I open this up it says "Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request."

Also, my index.html file displays "mt-static - OK" and that's it.

Thanks for any help.

Re: Movable Type Installation

Posted by: sdayman
Posted on: 2008-04-22 11:54:00

Make sure the cgi-bin directory and mt.cgi file has permissions set to 755. They has to be readable and executable by the webserver.

-Scott

Tags: web root directorycgi bin directorylocal computermovable typefoldersweb server