<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Redirect /textpattern to /admin for multi-site installs</title>
 <description>Redirect /textpattern to /admin for multi-site installs - comments</description>
 <link>https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs</link>
 <atom:link href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Wed, 27 Apr 11 05:22:25 +0000</pubDate>

 <item>
     <title>Comment on Redirect /textpattern to /admin for multi-site installs by Patrick</title>
     <link><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000804" id="c000804">1</a></link>
     <guid><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000804" id="c000804">1</a></guid>
     <pubDate>Fri, 22 Oct 10 10:03:55 +0000</pubDate>
     <description><![CDATA[<blockquote><p>Finally, a last note: this fix doesn’t cover the case of using admin.example.com for your <span class="caps">TXP</span> admin side. I have yet to try that kind of install and figure out which will be, in that case, the best fix for the issue.</p></blockquote><p>I guess quite simple as your way:</p><p><code>Redirect 301 /textpattern http://admin.blabla.ext/</code></p><p>mod_alias on Apache webservers is needed.</p>]]></description>
     <content:encoded><![CDATA[<blockquote><p>Finally, a last note: this fix doesn’t cover the case of using admin.example.com for your <span class="caps">TXP</span> admin side. I have yet to try that kind of install and figure out which will be, in that case, the best fix for the issue.</p></blockquote><p>I guess quite simple as your way:</p><p><code>Redirect 301 /textpattern http://admin.blabla.ext/</code></p><p>mod_alias on Apache webservers is needed.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://davids-neighbour.com">Patrick</a></dc:creator>
 
</item>
<item>
     <title>Comment on Redirect /textpattern to /admin for multi-site installs by Stephan</title>
     <link><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000824" id="c000824">1</a></link>
     <guid><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000824" id="c000824">1</a></guid>
     <pubDate>Sat, 04 Dec 10 19:51:33 +0000</pubDate>
     <description><![CDATA[<p>Patrick,</p><p>it should be</p><p><code>Redirect 301 /textpattern http://admin.blabla.ext</code></p><p>without the trailing slash &#8211; otherwise I had issues with Twitter&#8217;s oauth.</p>]]></description>
     <content:encoded><![CDATA[<p>Patrick,</p><p>it should be</p><p><code>Redirect 301 /textpattern http://admin.blabla.ext</code></p><p>without the trailing slash &#8211; otherwise I had issues with Twitter&#8217;s oauth.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.feierabendyogi.de">Stephan</a></dc:creator>
 
</item>
<item>
     <title>Comment on Redirect /textpattern to /admin for multi-site installs by Marjolein Katsma</title>
     <link><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000935" id="c000935">1</a></link>
     <guid><a href="https://textpattern.tips/redirect-textpattern-to-admin-for-multi-site-installs#c000935" id="c000935">1</a></guid>
     <pubDate>Wed, 27 Apr 11 05:22:25 +0000</pubDate>
     <description><![CDATA[<p>Once small correction:</p><p>The Apache <code>Redirect</code> statement uses mod_alias rather than mod_rewrite. Some hosts do not allow mod_rewrite but mode_alias is a <a href="http://httpd.apache.org/docs/1.3/mod/mod_alias.html" rel="nofollow">base module</a> so <code>Redirect</code> should work even if mod_rewrite is not allowed.</p><p>Of course, because it <em>isn&#8217;t</em> using mod_rewrite, it is correct to place it outside of the <code>&lt;IfModule mod_rewrite.c&gt;</code> section (if present).</p><p>Some other webservers than Apache also provide simple redirect facilities (or even more powerful mod_rewrite-like ones) so this redirect <em>mechanism</em> should not be limited to Apache servers &#8212; only the implementation would differ.</p>]]></description>
     <content:encoded><![CDATA[<p>Once small correction:</p><p>The Apache <code>Redirect</code> statement uses mod_alias rather than mod_rewrite. Some hosts do not allow mod_rewrite but mode_alias is a <a href="http://httpd.apache.org/docs/1.3/mod/mod_alias.html" rel="nofollow">base module</a> so <code>Redirect</code> should work even if mod_rewrite is not allowed.</p><p>Of course, because it <em>isn&#8217;t</em> using mod_rewrite, it is correct to place it outside of the <code>&lt;IfModule mod_rewrite.c&gt;</code> section (if present).</p><p>Some other webservers than Apache also provide simple redirect facilities (or even more powerful mod_rewrite-like ones) so this redirect <em>mechanism</em> should not be limited to Apache servers &#8212; only the implementation would differ.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://nul.lt/">Marjolein Katsma</a></dc:creator>
 
</item>

</channel>
</rss>