Basically, you should be calling the template file page-node-[url].tpl.php<br><br>Take a look at <a href="http://drupal.org/node/190815">http://drupal.org/node/190815</a><br><br>The override priority for pages looks like this:<br>
<ol><li>page-node-edit.tpl.php</li><li>page-node-1.tpl.php</li><li>page-node.tpl.php</li><li>page.tpl.php</li></ol>Cheers,<br><br>blake hall<br><br><br><div class="gmail_quote">On Fri, Apr 10, 2009 at 8:24 AM, Scott Matthews <span dir="ltr">&lt;<a href="mailto:smatthews@optaros.com">smatthews@optaros.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<font size="4"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">I’m not sure I understand your question?  I’m not using path auto or views.  I’m just typing in the URL:<br>
<br>
<a href="http://localhost/type" target="_blank">http://localhost/type</a><br>
<br>
And looking to access the page<br>
<br>
Page-type.tpl.php<div class="im"><br>
<br>
<br>
On 4/10/09 9:13 AM, &quot;Steve Kessler&quot; &lt;<a href="mailto:skessler@denverdataman.com" target="_blank">skessler@denverdataman.com</a>&gt; wrote:<br>
<br>
</div></span></font></font><blockquote><font size="4"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;"><div class="im">The page you are trying to create what is creating the URL. Does the URL come from Pathautor or Views?<br>

 <br>
Thanks,<br>
Steve<br>
 <br>
<br>
Steve Kessler <br>
<b>Denver DataMan <br>
</b>303-587-4428 <br>
</div><font color="#0000ff">Sign up for the Denver DataMan Free eNewsletter</font> <a href="http://www.denverdataman.com/content/enewsletter-signup" target="_blank">&lt;http://www.denverdataman.com/content/enewsletter-signup&gt;</a> <br>

 <br>
<br>
</span><div class="im"><span style="font-size: 10pt;"><b>From:</b> Scott Matthews [<a href="mailto:smatthews@optaros.com%5D" target="_blank">mailto:smatthews@optaros.com]</a> <br>
<b>Sent:</b> Friday, April 10, 2009 6:53 AM<br>
<b>To:</b> <a href="mailto:support@drupal.org" target="_blank">support@drupal.org</a><br>
<b>Subject:</b> [support] Overriding page.tpl.php for node type...<br>
</span></div></font></font><div class="im"><font size="5"><font face="Times New Roman"><span style="font-size: 12pt;"> <br>
</span></font></font><font size="4"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">This should be a simple question and answer...<br>
<br>
I know that a basic premise of Drupals theme hierarchy should be that if I want a page for a specific node I make a file page-[<i>type</i>].tpl.php.  I have done this and I still get a “Page not found” issue.  Creating a node-[type].tpl.php works for overriding the node template for the specific node type.<br>

<br>
Does anyone have any suggestions for what might be missing from the out of the box Drupal solution to get this working?<br>
<br>
I’ve tried adding the following function to my template.php which I found on a forum post previously but with no success:<br>
<br>
function _phptemplate_variables($hook, $vars) {<br>
    if ($hook == &#39;page&#39; &amp;&amp; isset($vars[&#39;node&#39;])) {<br>
        $vars[&#39;template_files&#39;][] = &#39;page-&#39;.str_replace(&#39;_&#39;, &#39;-&#39;, $vars[&#39;node&#39;]-&gt;type);<br>
    }<br>
    return $vars;<br>
}</span></font></font><font size="5"><font face="Times New Roman"><span style="font-size: 12pt;"> <br>
</span></font></font><font size="4"><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;"><br>
</span></font></font></div></blockquote>
</div>


<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>