<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043970" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043970</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I used the 301 redirect and</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242614</link>
    <description> &lt;p&gt;I used the 301 redirect and it works perfectly.  I had to contact my host company as there were some quirky things I had to do to make it work, but I now have a couple of shortened urls that I use that work great.  I created &lt;a href=&quot;http://immfinancial.com/ar.htm&quot; title=&quot;http://immfinancial.com/ar.htm&quot;&gt;http://immfinancial.com/ar.htm&lt;/a&gt; to connect to &lt;a href=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot; title=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot;&gt;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/a&gt; and &lt;a href=&quot;http://immfinancial.com/pf.htm&quot; title=&quot;http://immfinancial.com/pf.htm&quot;&gt;http://immfinancial.com/pf.htm&lt;/a&gt; to connect to &lt;a href=&quot;http://immfinancial.com/Project_Financing_quote.html&quot; title=&quot;http://immfinancial.com/Project_Financing_quote.html&quot;&gt;http://immfinancial.com/Project_Financing_quote.html&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;It is not as short as using the tiny url generators but this way all the links are to my site, not a 3rd party site that I have no control over.&lt;/p&gt;
&lt;p&gt;Thanks for the help everyone!&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jun 2009 22:29:53 +0000</pubDate>
 <dc:creator>Wade H</dc:creator>
 <guid isPermaLink="false">comment 1242614 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Have a look on</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242613</link>
    <description> &lt;p&gt;Have a look on &lt;a href=&quot;http://www.onodot.com&quot; title=&quot;http://www.onodot.com&quot;&gt;http://www.onodot.com&lt;/a&gt; Cloaking on subdomains doesn&#039;t look like cloaked url. This tool also masking url.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jun 2009 21:49:57 +0000</pubDate>
 <dc:creator>paulsmith789</dc:creator>
 <guid isPermaLink="false">comment 1242613 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for all your help...I</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242270</link>
    <description> &lt;p&gt;Thanks for all your help...I have it working properly now.&lt;/p&gt;
&lt;p&gt;Wade&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Jun 2009 13:27:37 +0000</pubDate>
 <dc:creator>Wade H</dc:creator>
 <guid isPermaLink="false">comment 1242270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Tinyurl will redirect to</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242095</link>
    <description> &lt;p&gt;Tinyurl will redirect to that link only anyway the click will count right.&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 May 2009 09:54:06 +0000</pubDate>
 <dc:creator>seomarketing</dc:creator>
 <guid isPermaLink="false">comment 1242095 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Wade H wrote:
redirect 301</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242087</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;Wade H&lt;/em&gt; wrote:&lt;/div&gt;redirect 301 /immfinancial.com/ar.htm http://www.immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/div&gt;As the second url you put there (the one to redirect to) is valid as I clicked it and went to that page, and the first url (the one you are redirecting from) doesn&#039;t have to exist, I&#039;d say there is something wrong with the htaccess file or your server config.&lt;/p&gt;
&lt;p&gt;Does you hosting allow htaccess to be used - some dont although it is rare? Have you named it exactly &quot;.htaccess&quot;? Is it in the root directory of your site&#039;s directory? &lt;/p&gt;
&lt;p&gt;Most common - Is the re-write engine set to on within apache?&lt;br /&gt;
Try this at the top of your htaccess file:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;# initialize and enable rewrite engine&lt;br /&gt;RewriteEngine on&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;If it still doesn&#039;t work by adding the above, underneath the above code (leave it in) add this:&lt;br /&gt;
&lt;code&gt;Options +FollowSymLinks&lt;/code&gt;&lt;br /&gt;
This second code is only required in some configurations.&lt;/p&gt;
&lt;p&gt;Thirdly, if all the above additional code doesn&#039;t help, leave the two additional codes still in the htaccess and try the following INSTEAD of your original redirect code:&lt;br /&gt;
&lt;code&gt;Redirect permanent /immfinancial.com/ar.htm http://www.immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Although I&#039;m guessing turning on the rewrite engine will solve it and your original 301 code will work fine.&lt;/p&gt;
&lt;p&gt;BTW, if when you add something to your htaccess and you then test the site and you get a 500 error, the code you added in the htaccess is bad/incorrect/causes a major problem. This is why unless you are experienced with htaccess you should add one thing at a time and then test the site.&lt;br /&gt;
Obviously a 500 error for you is the same for your visitors, and importantly will give a 500 on ALL pages.&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 May 2009 07:11:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1242087 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for the suggestion</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242077</link>
    <description> &lt;p&gt;Thanks for the suggestion Nick, but I do not have identical pages, there is just the one set of form pages I want to link to using a shortened url as apposed to the long one.&lt;/p&gt;
&lt;p&gt;I am not very advanced at this yet, really just figuring it out as I go, and I just need a way to create a short url to direct to the longer url pages as they have important forms that I use.&lt;/p&gt;
&lt;p&gt;I did try the 301 redirect as shown above, but it is not working for some reason, if someone could tell me what I have wrong in the code above I would really appreciate it.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Wade&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 May 2009 01:42:33 +0000</pubDate>
 <dc:creator>Wade H</dc:creator>
 <guid isPermaLink="false">comment 1242077 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If the short url and the</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242070</link>
    <description> &lt;p&gt;If the short url and the long url both point to identical pages within the same domain you would be better off using canonicalization.&lt;br /&gt;
This basically tells the search engines that the two pages are identical, and passes the link juice from one page to the other (nice huh). It also has the added bonus that you will not be penalised for duplicate content for the two identical pages.&lt;br /&gt;
All you need to do is insert&lt;br /&gt;
rel=&quot;canonical&quot; full_original_long_url_goes_here&lt;br /&gt;
into the head tag of the page on your short url.&lt;br /&gt;
(this only works for pages in the same domain)&lt;br /&gt;
You can also use this attribute on index pages&lt;br /&gt;
For example: &lt;/p&gt;
&lt;p&gt;domain/index&lt;br /&gt;
domain/folder/index&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 May 2009 21:19:13 +0000</pubDate>
 <dc:creator>NickD</dc:creator>
 <guid isPermaLink="false">comment 1242070 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This is exactly what I</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242048</link>
    <description> &lt;p&gt;This is exactly what I entered 1 line below the existing text in the .htaccess file on my main directory:&lt;/p&gt;
&lt;p&gt;redirect 301 /immfinancial.com/ar.htm &lt;a href=&quot;http://www.immfinancial.com/Accounts_Receivable_Finance_quote.html&quot; title=&quot;http://www.immfinancial.com/Accounts_Receivable_Finance_quote.html&quot;&gt;http://www.immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It does not do anything, I followed the instructions on &lt;a href=&quot;http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm&quot; title=&quot;http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm&quot;&gt;http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm&lt;/a&gt; I believe, but I get a 404 error.  Suggestions?&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 May 2009 14:32:34 +0000</pubDate>
 <dc:creator>Wade H</dc:creator>
 <guid isPermaLink="false">comment 1242048 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes, that looks right. Make</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242047</link>
    <description> &lt;p&gt;Yes, that looks right. Make sure to test it right away to make sure &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 May 2009 13:55:57 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1242047 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can I ask you, is this</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/tiny-url#comment-1242009</link>
    <description> &lt;p&gt;Can I ask you, is this correct?  I insert this into the .htaccess file on the root directory below everything else.&lt;/p&gt;
&lt;p&gt;redirect 301 /immfinancial.com/AR.htm &lt;a href=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot; title=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot;&gt;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;This way I can make the &quot;short url&quot; &lt;a href=&quot;http://immfinancial.com/AR.htm&quot; title=&quot;http://immfinancial.com/AR.htm&quot;&gt;http://immfinancial.com/AR.htm&lt;/a&gt; and the redirect will take them to &lt;a href=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot; title=&quot;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&quot;&gt;http://immfinancial.com/Accounts_Receivable_Finance_quote.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then I repeat the same function for each category/page I want to do the standard redirect for.&lt;/p&gt;
&lt;p&gt;Is this correct?&lt;/p&gt;
&lt;p&gt;Thanks so much Megan.&lt;/p&gt;
&lt;p&gt;Wade&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 May 2009 20:28:31 +0000</pubDate>
 <dc:creator>Wade H</dc:creator>
 <guid isPermaLink="false">comment 1242009 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
