So should I request a more WordPress-standard implementation there?<br><br><div class="gmail_quote">On Mon, Sep 27, 2010 at 12:11 PM, Austin Matzko <span dir="ltr">&lt;<a href="mailto:austin@pressedcode.com">austin@pressedcode.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Mon, Sep 27, 2010 at 11:55 AM, Chip Bennett &lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt; wrote:<br>

&gt; Checking the diff for an update to a Theme that I had previously approved, I<br>
&gt; found this:<br>
&gt;<br>
&gt; &lt;?php  ( header(&#39;Location: <a href="http://allfreecms.com" target="_blank">http://allfreecms.com</a>&#39;) );?&gt;<br>
<br>
</div>They&#39;ve set up the theme so that if someone requests the URL of the<br>
functions sub-directory, it re-directs that request to the theme<br>
developer&#39;s site.<br>
<br>
It&#39;s an unusual alternative to WP&#39;s core alternate approach in, for<br>
example, the wp-content/index.php file, which just has the following:<br>
<br>
&lt;?php<br>
// Silence is golden.<br>
?&gt;<br>
<br>
I don&#39;t think it&#39;s a sin.  If you&#39;re trying to get the web server to<br>
list directory contents you&#39;re probably up to no good anyways.<br>
<div><div></div><div class="h5">_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>