<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Panu &#187; Server configuration</title>
	<atom:link href="http://panu.in.th/category/server-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://panu.in.th</link>
	<description>Ruby on rails and web development</description>
	<lastBuildDate>Mon, 27 Jun 2011 02:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>How to redirect URL with Apache web server</title>
		<link>https://panu.in.th/how-to-redirect-url-with-apache-web-server/</link>
		<comments>https://panu.in.th/how-to-redirect-url-with-apache-web-server/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 11:43:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured post]]></category>
		<category><![CDATA[Server configuration]]></category>

		<guid isPermaLink="false">http://panu.in.th/?p=147</guid>
		<description><![CDATA[After hours of googling “URL redirection with Apache”, I found lots of resources but it is hard to understand and too much complicated information. To make people clearly understand, this presentation provides clear explanation on the difficult things and good examples. It will give you a basic knowledge that you should know before digging deep into the details such as “HTTP status code” and “rewrite rule”. There are a few examples to guide you how to do. I really hope it will be useful not only for the beginners, but also for the more advanced developers. Please let me know<a href="https://panu.in.th/how-to-redirect-url-with-apache-web-server/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>After hours of googling “URL redirection with Apache”, I found lots of resources but it is hard to understand and too much complicated information.  To make people clearly understand, this presentation provides clear explanation on the difficult things and good examples. It will give you a basic knowledge that you should know before digging deep into the details such as “HTTP status code” and “rewrite rule”. There are a few examples to guide you how to do. I really hope it will be useful not only for the beginners, but also for the more advanced developers. Please let me know if you have any comments or suggestions.</p>
<div style="width:600px" id="__ss_8420532"><iframe src="http://www.slideshare.net/slideshow/embed_code/8420532" width="600" height="501" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div>
<p>Learn about &#8220;HTTP status code&#8221;</p>
<ul>
<li>HTTP status code</li>
<li>1xx informational</li>
<li>2xx success</li>
<li>3xx redirection</li>
<li>4xx client error</li>
<li>5xx server error</li>
</ul>
<p>How to redirect your URL</p>
<ul>
<li>Main reason for redirect URL</li>
<li>Preparing stuff</li>
<li>Where we place the rule</li>
<li>Rewrite rule</li>
<li>Example 1 : non-www to www redirection</li>
<li>Example 2 : normal redirection</li>
<li>Example 3 : sub domain redirection </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://panu.in.th/how-to-redirect-url-with-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
