<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Owen</title><link>http://disqus.com/people/6abc09f0f82c72ef34202e758db1e55a/</link><description></description><language>en</language><lastBuildDate>Wed, 09 Aug 2006 23:21:09 -0000</lastBuildDate><item><title>Re: Moved my blog to new domain</title><link>http://acedanger.disqus.com/moved_my_blog_to_new_domain/#comment-1657524</link><description>Hi ace,&lt;br&gt;&lt;br&gt;I am just wondering if you can share with me your entire .htaccess file and the corresponding httpd.conf settings? &lt;br&gt;&lt;br&gt;I recently moved my site from &lt;a href="http://oblong.gotdns.org" rel="nofollow"&gt;http://oblong.gotdns.org&lt;/a&gt; (a crappy DynDNS account) to &lt;a href="http://owened.net" rel="nofollow"&gt;http://owened.net&lt;/a&gt; -- my .htaccess file looks like &lt;a href="http://owened.net/htaccess.txt" rel="nofollow"&gt;so&lt;/a&gt; -- do you have any idea why its not working, the way it is? (save for the commented-out-until-its-working-properly lines)&lt;br&gt;&lt;br&gt;Thank-you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen</dc:creator><pubDate>Mon, 31 Jul 2006 07:38:05 -0000</pubDate></item><item><title>Re: Moved my blog to new domain</title><link>http://acedanger.disqus.com/moved_my_blog_to_new_domain/#comment-1657526</link><description>At present, the rules are:&lt;br&gt;&lt;code&gt;&lt;br&gt;RewriteCond %{HTTP_HOST} !^owened\.net$&lt;br&gt;RewriteRule ^(.*)$ &lt;a href="http://owened.net/" rel="nofollow"&gt;http://owened.net/&lt;/a&gt; [R,L]&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Which from my understanding means, "if the requested URL is not 'owened.net', then redirect the browser to 'owened.net' -- which works OK, except if for example someone were to browse to a page like &lt;a href="http://oblong.gotdns.org/windowsxp-to-ubuntu-606-a-guide/" rel="nofollow"&gt;http://oblong.gotdns.org/windowsxp-to-ubuntu-60...&lt;/a&gt;, they would simply be redirected to just &lt;a href="http://owened.net" rel="nofollow"&gt;owened.net&lt;/a&gt;.&lt;br&gt;&lt;br&gt;So now, my .htaccess looks like this:&lt;br&gt;&lt;code&gt;&lt;br&gt;RewriteCond %{HTTP_HOST} ^oblong\.gotdns\.org$&lt;br&gt;RewriteCond %{HTTP_HOST} ^www\.owened\.net$&lt;br&gt;RewriteRule ^(.*)$ &lt;a href="http://owened.net/%241" rel="nofollow"&gt;http://owened.net/$1&lt;/a&gt; [R=301]&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Which says "if the requested URL is &lt;a href="http://oblong.gotdns.org" rel="nofollow"&gt;oblong.gotdns.org&lt;/a&gt; or &lt;a href="http://www.owened.net" rel="nofollow"&gt;www.owened.net&lt;/a&gt;, redirect the browser to owened.net" -- I think. The $ at the end of the RewriteCond lines means "remember what goes here", and the $1 at the end of the RewriteRule means "put what you remembered here", as far as I know...&lt;br&gt;&lt;br&gt;So, I've got no idea why it isnt working. :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen</dc:creator><pubDate>Mon, 31 Jul 2006 18:04:15 -0000</pubDate></item><item><title>Re: Moved my blog to new domain</title><link>http://acedanger.disqus.com/moved_my_blog_to_new_domain/#comment-1657528</link><description>Hi ace,&lt;br&gt;&lt;br&gt;It's been a while, but I finally got things working for me. Following are the relevant lines from my .htaccess:&lt;br&gt;&lt;code&gt;&lt;br&gt;RewriteEngine On&lt;br&gt;RewriteBase /&lt;br&gt;RewriteCond %{HTTP_HOST} ^oblong\.gotdns.org$ [OR]&lt;br&gt;RewriteCond %{HTTP_HOST} ^www\.owened.net$ [NC]&lt;br&gt;RewriteRule ^(.*)$ &lt;a href="http://owened.net/%241" rel="nofollow"&gt;http://owened.net/$1&lt;/a&gt; [L,R=301]&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;RewriteRule ^(.*)$ &lt;a href="http://owened.net/index.php/%241" rel="nofollow"&gt;http://owened.net/index.php/$1&lt;/a&gt; [L]&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Some of them you will recognise from Wordpress' rules. The three important ones are lines 3, 4 and 8 -- a mate of mine helped me out, and we figured this.&lt;br&gt;&lt;br&gt;Anyway, just letting you know, and thanks again for your assistance. :-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen</dc:creator><pubDate>Wed, 09 Aug 2006 23:21:09 -0000</pubDate></item></channel></rss>