<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for (alecs)</title>
	<atom:link href="http://www.ylipsis.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ylipsis.com/blog</link>
	<description>between web development, SEO and technology</description>
	<pubDate>Wed, 07 Jan 2009 11:46:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Getting rid of Siemens M65 by Andreea</title>
		<link>http://www.ylipsis.com/blog/2008/09/getting-rid-of-siemens-m65/#comment-553</link>
		<dc:creator>Andreea</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=97#comment-553</guid>
		<description>Good thing someone else needed it :p</description>
		<content:encoded><![CDATA[<p>Good thing someone else needed it :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dirpedia forum by alecs</title>
		<link>http://www.ylipsis.com/blog/2008/10/dirpedia-forum/#comment-336</link>
		<dc:creator>alecs</dc:creator>
		<pubDate>Tue, 11 Nov 2008 19:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=101#comment-336</guid>
		<description>Unfortunately, Zend Studio is not available for free like Aptana or Netbeans.</description>
		<content:encoded><![CDATA[<p>Unfortunately, Zend Studio is not available for free like Aptana or Netbeans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dirpedia forum by mariusic</title>
		<link>http://www.ylipsis.com/blog/2008/10/dirpedia-forum/#comment-335</link>
		<dc:creator>mariusic</dc:creator>
		<pubDate>Tue, 11 Nov 2008 07:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=101#comment-335</guid>
		<description>I recommend using the Zend studio.
It has code hints, and it is specially designed for PHP, with debugging and everything..

Bye,
mariusic</description>
		<content:encoded><![CDATA[<p>I recommend using the Zend studio.<br />
It has code hints, and it is specially designed for PHP, with debugging and everything..</p>
<p>Bye,<br />
mariusic</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess redirecting basics by alecs</title>
		<link>http://www.ylipsis.com/blog/2008/09/htaccess-redirecting-basics/#comment-304</link>
		<dc:creator>alecs</dc:creator>
		<pubDate>Sat, 11 Oct 2008 21:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=87#comment-304</guid>
		<description>OK, I've done some testing:
check http://test.ylipsis.com/somedirectory/anything.html?varname=varvalue
It redirects exactly as you wanted (passing the subdomain to the directory)

And here is the code in my htaccess (the one in public_html aka root directory):
&lt;code&gt;
RewriteEngine on
RewriteCond %{HTTP_HOST} ^test\.ylipsis\.com$ [NC]
RewriteRule ^(.*)$ http://www.ylipsis.com/$1 [L,R=301]&lt;/code&gt;
* there is a dollar sign on the last line - &lt;strong&gt;c o m / $ 1&lt;/strong&gt;. This seems to get parsed by wordpress...</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;ve done some testing:<br />
check <a href="http://test.ylipsis.com/somedirectory/anything.html?varname=varvalue" rel="nofollow">http://test.ylipsis.com/somedirectory/anything.html?varname=varvalue</a><br />
It redirects exactly as you wanted (passing the subdomain to the directory)</p>
<p>And here is the code in my htaccess (the one in public_html aka root directory):<br />
<code><br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^test\.ylipsis\.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.ylipsis.com/1" rel="nofollow">http://www.ylipsis.com/1</a> [L,R=301]</code><br />
* there is a dollar sign on the last line - <strong>c o m / $ 1</strong>. This seems to get parsed by wordpress&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess redirecting basics by Alex Mos</title>
		<link>http://www.ylipsis.com/blog/2008/09/htaccess-redirecting-basics/#comment-303</link>
		<dc:creator>Alex Mos</dc:creator>
		<pubDate>Sat, 11 Oct 2008 15:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=87#comment-303</guid>
		<description>when accessing an old blog post from blog.domain.com it gives an Internal Server Error 500</description>
		<content:encoded><![CDATA[<p>when accessing an old blog post from blog.domain.com it gives an Internal Server Error 500</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess redirecting basics by Alex Mos</title>
		<link>http://www.ylipsis.com/blog/2008/09/htaccess-redirecting-basics/#comment-302</link>
		<dc:creator>Alex Mos</dc:creator>
		<pubDate>Sat, 11 Oct 2008 15:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=87#comment-302</guid>
		<description>Nope... still not working properly... it redirects to www.example.com</description>
		<content:encoded><![CDATA[<p>Nope&#8230; still not working properly&#8230; it redirects to <a href="http://www.example.com" rel="nofollow">http://www.example.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess redirecting basics by alecs</title>
		<link>http://www.ylipsis.com/blog/2008/09/htaccess-redirecting-basics/#comment-301</link>
		<dc:creator>alecs</dc:creator>
		<pubDate>Sat, 11 Oct 2008 15:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=87#comment-301</guid>
		<description>Try this out:
&lt;code&gt;RewriteEngine on
RewriteCond %{HTTP_HOST} ^blog\.example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/blog/$1 [L,R=301]&lt;/code&gt;
I haven't tested it yet so let me know how it goes.
The above code should redirect blog.example.com/anything.html to www.example.com/blog/anything.html</description>
		<content:encoded><![CDATA[<p>Try this out:<br />
<code>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^blog\.example\.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.example.com/blog/1" rel="nofollow">http://www.example.com/blog/1</a> [L,R=301]</code><br />
I haven&#8217;t tested it yet so let me know how it goes.<br />
The above code should redirect blog.example.com/anything.html to <a href="http://www.example.com/blog/anything.html" rel="nofollow">http://www.example.com/blog/anything.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on htaccess redirecting basics by Alex Mos</title>
		<link>http://www.ylipsis.com/blog/2008/09/htaccess-redirecting-basics/#comment-300</link>
		<dc:creator>Alex Mos</dc:creator>
		<pubDate>Sat, 11 Oct 2008 14:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=87#comment-300</guid>
		<description>I am having problem redirecting blog.domain.com to www.domain.com/blog/

I used the following code...
RewriteEngine On
RewriteCond %{HTTP_HOST} ^blog\.domain\.com
RewriteRule ^(.*)$ /blog/$1 [L,R=301]

but it redirects to www.domain.com without the directory /blog/

Also tried other "htaccess redirect subdomain folder" examples around the web but with the same effect... none seems to be working... any ideea how to make this work?</description>
		<content:encoded><![CDATA[<p>I am having problem redirecting blog.domain.com to <a href="http://www.domain.com/blog/" rel="nofollow">http://www.domain.com/blog/</a></p>
<p>I used the following code&#8230;<br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^blog\.domain\.com<br />
RewriteRule ^(.*)$ /blog/$1 [L,R=301]</p>
<p>but it redirects to <a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a> without the directory /blog/</p>
<p>Also tried other &#8220;htaccess redirect subdomain folder&#8221; examples around the web but with the same effect&#8230; none seems to be working&#8230; any ideea how to make this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://www.ylipsis.com/blog/2008/08/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ylipsis.com/blog/?p=1#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
