<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/05/extra-url-components-for-static-pages.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.14448-</id>
  <updated>2011-09-01T02:24:19Z</updated>
  <title>Comments for Extra URL components for static pages?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.14448</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/05/extra-url-components-for-static-pages.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=14448" title="Extra URL components for static pages?" />
    <published>2009-05-09T19:43:44Z</published>
    <updated>2009-05-10T01:30:53Z</updated>
    <title>Extra URL components for static pages?</title>
    <summary>Hi -- I&apos;m trying to debug a problem with static pages in MT 4.23. I am unable to correctly specify the URL for new static page created through MT&apos;s user interface. I am trying to create an About page for...</summary>
    <author>
      <name>Ramon Felciano</name>
      
    </author>
    
    <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>Hi --</p>

<p>I'm trying to debug a problem with static pages in MT 4.23. I am unable to correctly specify the URL for new static page created through MT's user interface. I am trying to create an About page for blog that should appear at:</p>

<p>http://www.myblog.com/about/index.php</p>

<p>In the MT user interface, I specify "/about/" as the folder, and "index" as the filename (the .php appears to be hardcoded in the UI -- I can't edit it). After saving, this page is built at:</p>

<p>http://www.myblog.com/about/index/index.php</p>

<p>If I change the filename to "index2", it appears at </p>

<p>http://www.myblog.com/about/index2/index.php</p>

<p>I can't figure out why this is happening -- any suggestions on how to debug this further?</p>

<p>Thanks!</p>

<p>Ramon</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.14448-comment:23804</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.14448" type="text/html" href="http://forums.movabletype.org/2009/05/extra-url-components-for-static-pages.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/05/extra-url-components-for-static-pages.html#c23804" />
    <title>Comment from Mike T on 2009-05-09</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Sounds like you're using the "basename/index.html" mapping. Just stop naming it index if that's the mapping you're using. In in order for that mapping to work, MT will generate a folder with the name that is in the filename field and the HTML will be dumped into index.html or index.php. If you want a page at /about/ with that mapping, you have to assign it no parent folder, and just name the output file "about." The HTML generated will be automatically put into /about/index.php.</p>]]>
    </content>
    <published>2009-05-10T01:30:53Z</published>
  </entry>

</feed>

