<?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>Spanglish Blog&#187; redirect</title>
	<atom:link href="http://www.spanglishwebs.com/blog/archives/tag/redirect/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spanglishwebs.com/blog</link>
	<description>Multilingual Websites, SEO, Hosting and Domains all at realistic prices</description>
	<lastBuildDate>Tue, 18 May 2010 11:42:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Redirect a whole websites using .htaccess</title>
		<link>http://www.spanglishwebs.com/blog/archives/196</link>
		<comments>http://www.spanglishwebs.com/blog/archives/196#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.spanglishwebs.com/blog/?p=196</guid>
		<description><![CDATA[To redirect every page of your website to one single new page automatically using your .htaccess file you should install this code into your .htaccess file:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.new-domain-name.com 
This code will redirect every page to that one single page
On the other hand you might have a new domain name and need to redirect [...]]]></description>
		<wfw:commentRss>http://www.spanglishwebs.com/blog/archives/196/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
