Support / KnowledgeBase

 
Search the KnowledgeBase Search

Movable Type Dynamic Template Bug

  • Applies to: All Service Types

  • Difficulty: Easy

  • Time needed: 10 minutes

  • Tools needed: FTP, plain text editor, Moveable Type installed

 
  • Applies to: All Service Types
    • Difficulty: Easy
    • Time Needed: 10
    • Tools Required: FTP, plain text editor, Moveable Type installed

Symptoms

Part or all of your website generates 403 Forbidden errors after enabling dynamic templates in Movable Type. If the blog is installed in the document root of your site, every attempt to view a page results in the error. This includes attempts to access example.com/movabletype/mt.cgi.

You most likely followed these steps to enable dynamic templates:

  1. Log into Movable Type.
  2. Click on the Templates link for any of your blogs.
  3. Under Build Options, select either Build Only Archive Templates Dynamically or Set Each Template's Build Options Separately, then save.

READ ME FIRST

This article is provided as a courtesy. Installing, configuring, and troubleshooting third-party applications is outside the scope of support provided by (mt) Media Temple. Please take a moment to review the Statement of Support.

Diagnosis

Movable Type has created an .htaccess file in the blog's root folder. This .htaccess file sets up some mod_rewrite rules that are intended to make the dynamic templates work. However, for mod_rewrite to work, the FollowSymlinks option must be enabled.

Solution

Open the .htaccess file created by Movable Type. Change the Options -Indexes line to the following:

Filename: .htaccess

Options -Indexes +FollowSymlinks

Resources


User Comments

No visitor comments posted. Post a comment
Fields marked with an asterisk(*) are required. Comment on this article
Fill out the form below if you would like to comment on this article.
 
 
 

(code is not case-sensitive)
 
Submit
 
 

Continue