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"><<a href="mailto:austin@pressedcode.com">austin@pressedcode.com</a>></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 <<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>> wrote:<br>
> Checking the diff for an update to a Theme that I had previously approved, I<br>
> found this:<br>
><br>
> <?php ( header('Location: <a href="http://allfreecms.com" target="_blank">http://allfreecms.com</a>') );?><br>
<br>
</div>They'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's site.<br>
<br>
It's an unusual alternative to WP's core alternate approach in, for<br>
example, the wp-content/index.php file, which just has the following:<br>
<br>
<?php<br>
// Silence is golden.<br>
?><br>
<br>
I don't think it's a sin. If you're trying to get the web server to<br>
list directory contents you'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>