forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config adminscript
Byrne edited this page Nov 1, 2010
·
2 revisions
By default, the script that Movable Type uses for the administrative interface is called mt.cgi
. In some situations--for example, if you are running MT under mod_perl, or if your server requires that your Perl scripts have the extension .pl--you may need different names for these scripts. You can set the names that will be used throughout the default templates and Movable Type code by changing these values.
The value of AdminScript can be output in templates using the <$mt:AdminScript$>
tag.
Filename of the file to be used for accessing the admin interface. Default is mt.cgi
Change the script to mt.pl
AdminScript mt.pl
-
Categories: Appendix: Configuration Directives
-
Tags: config