<?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>Ten Minutes With Tim &#187; Websites</title>
	<atom:link href="http://www.tenminuteswithtim.com/category/websites/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tenminuteswithtim.com</link>
	<description>technology tips for small business</description>
	<lastBuildDate>Thu, 25 Aug 2011 18:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using htaccess to create friendly redirect URLs</title>
		<link>http://www.tenminuteswithtim.com/using-htaccess-to-create-friendly-redirect-urls</link>
		<comments>http://www.tenminuteswithtim.com/using-htaccess-to-create-friendly-redirect-urls#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:34:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.tenminuteswithtim.com/?p=42</guid>
		<description><![CDATA[I just got an email from an innkeeper with a question I have received several times before. In an effort to send emails to guests to invite them to write reviews, the long and ugly link from TripAdvisor needs to be included in the email. Occasionally the links are &#8220;broken&#8221; by the email client or [...]]]></description>
			<content:encoded><![CDATA[<p>I just got an email from an innkeeper with a question I have received several times before.  </p>
<p>In an effort to send emails to guests to invite them to write reviews, the long and ugly link from TripAdvisor needs to be included in the email.  Occasionally the links are &#8220;broken&#8221; by the email client or even in the wrapping of the text on a page.   Earlier this weekend, I got an email from another client asking about creating a nicer URL for their new facebook page.  There is a simple answer to both of these issues.</p>
<p>Here is a quick and easy fix for this and other ugly URL issues.</p>
<p>Open up your htaccess file (or have your webmaster edit the file) and add a 301 redirect for the URL you would like to share.</p>
<p>The code is simple</p>
<p><code>redirect 301 /urlyouwant http://www.blahblah.com/reallyuglyurl</code></p>
<p>which would create a new &#8220;page&#8221; on your website at www.yoursite.com/urlyouwant</p>
<p>For example, instead of sharing this link:</p>
<p>http://www.tripadvisor.com/Hotel_Review-g57192-d82517-Reviews-Forty_Putney_Road_Bed_and_Breakfast-Brattleboro_Vermont.html</p>
<p>you would be able to share this:</p>
<p>http://www.fortyputneyroad.com/tripadvisor</p>
<p>using this code:<br />
<code><br />
redirect 301 /tripadvisor http://www.tripadvisor.com/Hotel_Review-g57192-d82517-Reviews-Forty_Putney_Road_Bed_and_Breakfast-Brattleboro_Vermont.html</code></p>
<p>You can use this same redirect code to point any url to any other url.   Try it <a href="http://www.fortyputneyroad.com/tripadvisor ">http://www.fortyputneyroad.com/tripadvisor </a>here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenminuteswithtim.com/using-htaccess-to-create-friendly-redirect-urls/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

