<div dir="ltr">Is it possible to have a repo named <a href="http://apple.github.io">apple.github.io</a>, and still allow individual repos having their own pages (like <a href="http://apple.github.io/swift-evolution">apple.github.io/swift-evolution</a>)?<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Jacob<br></div></div></div></div>
<br><div class="gmail_quote">On Mon, Sep 5, 2016 at 7:05 AM, Ben Rimmington via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On 21 Jul 2016, at 19:10, Jordan Rose wrote:<br>
&gt;<br>
&gt;&gt; On Jul 18, 2016, at 16:57, Mark Lacey wrote:<br>
<span class="">&gt;&gt;<br>
&gt;&gt;&gt; On Jul 18, 2016, at 4:44 PM, Jacob Bandes-Storch wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This is now live:  <a href="http://apple.github.io/swift-evolution/" rel="noreferrer" target="_blank">http://apple.github.io/swift-<wbr>evolution/</a><br>
&gt;&gt;<br>
&gt;&gt; Very very nice!<br>
&gt;&gt;<br>
&gt;&gt; I wonder if we should do something to avoid the 404 here though: <a href="http://apple.github.io" rel="noreferrer" target="_blank">http://apple.github.io</a><br>
&gt;&gt;<br>
&gt;&gt; Perhaps a redirect to <a href="https://github.com/apple/swift" rel="noreferrer" target="_blank">https://github.com/apple/swift</a> or maybe directly to <a href="https://github.com/apple/swift/blob/master/README.md" rel="noreferrer" target="_blank">https://github.com/apple/<wbr>swift/blob/master/README.md</a>?<br>
&gt;<br>
&gt; The Swift Open Source project isn’t the only project under <a href="http://github.com/apple" rel="noreferrer" target="_blank">github.com/apple</a>. Any landing page here would have to come from Apple PR.<br>
<br>
</span>You could add a simple &lt;<a href="https://github.com/apple/apple.github.io/blob/master/404.html" rel="noreferrer" target="_blank">https://github.com/apple/<wbr>apple.github.io/blob/master/<wbr>404.html</a>&gt; file:<br>
<br>
        &lt;!DOCTYPE html&gt;<br>
        &lt;meta charset=&quot;UTF-8&quot; /&gt;<br>
        &lt;meta http-equiv=&quot;Refresh&quot; content=&quot;0; URL=<a href="https://developer.apple.com/opensource/" rel="noreferrer" target="_blank">https://developer.apple.<wbr>com/opensource/</a>&quot; /&gt;<br>
        &lt;title&gt;404 Not Found&lt;/title&gt;<br>
<br>
That will redirect to the URL which also appears at the top of the &lt;<a href="https://github.com/apple/" rel="noreferrer" target="_blank">https://github.com/apple/</a>&gt; page.<br>
<br>
-- Ben<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br></div></div>