Joey Teel wrote:

By admin screen, you mean the screen where you access the blogs and
modify them right?

That's what you're wanting it to do as long as everything else is
working correctly.  All you need to do is modify your httpd.conf file to
change the DirectoryIndex of movabletype to mt.cgi.


Change your config to the one below and it should work (it's the same one you have already, just with the DirectoryIndex directive added):

<Location /movabletype/>
DirectoryIndex mt.cgi
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
allow from all
</Location>

So J Random Websurfer hits the static path I have aliased, and I go to the admin interface. I'll try that.


Thanks.

--
Paul Beard
<http://paulbeard.no-ip.org/movabletype/>
whois -h whois.networksolutions.com ha=pb202

In West Union, Ohio, No married man can go flying without his spouse
along at any time, unless he has been married for more than 12 months.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to