<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Redirect PDF Files with PHP, ASP or .htaccess for SEO</title>
	<atom:link href="http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/feed" rel="self" type="application/rss+xml" />
	<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php</link>
	<description>Web Analytics, Search Engine Marketing, Landing Page Optimization</description>
	<lastBuildDate>Wed, 30 Nov 2011 18:51:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rick Kalkowski</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-599</link>
		<dc:creator>Rick Kalkowski</dc:creator>
		<pubDate>Wed, 30 Nov 2011 18:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-599</guid>
		<description>Hello, I&#039;m trying to use php to do a pdf to pdf redirect and I can&#039;t seem to make it work. I&#039;m confused as to why the location below isn&#039;t www.example.com/filename2.pdf?

How does &#039;new-page-to-redirect-to.php&#039; fit in? (obviously, this isn&#039;t my area of expertise!)

I&#039;m trying to redirect:

http://www.pacaero.com/pdf/resourcecenter/White%20Paper%20-%20Explosive%20Welding%20AWS.pdf/

to

http://www.pacaero.com/pdf/resourcecenter/whitepaper-explosive-welding-aws.pdf</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m trying to use php to do a pdf to pdf redirect and I can&#8217;t seem to make it work. I&#8217;m confused as to why the location below isn&#8217;t <a href="http://www.example.com/filename2.pdf?" rel="nofollow">http://www.example.com/filename2.pdf?</a></p>
<p>How does &#8216;new-page-to-redirect-to.php&#8217; fit in? (obviously, this isn&#8217;t my area of expertise!)</p>
<p>I&#8217;m trying to redirect:</p>
<p><a href="http://www.pacaero.com/pdf/resourcecenter/White%20Paper%20-%20Explosive%20Welding%20AWS.pdf/" rel="nofollow">http://www.pacaero.com/pdf/resourcecenter/White%20Paper%20-%20Explosive%20Welding%20AWS.pdf/</a></p>
<p>to</p>
<p><a href="http://www.pacaero.com/pdf/resourcecenter/whitepaper-explosive-welding-aws.pdf" rel="nofollow">http://www.pacaero.com/pdf/resourcecenter/whitepaper-explosive-welding-aws.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaffa</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-571</link>
		<dc:creator>jaffa</dc:creator>
		<pubDate>Mon, 01 Aug 2011 12:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-571</guid>
		<description>Hi 

I&#039;m trying to redirect a pdf which is stored in a uploads folder on my server. I would like to redirect it to a different pdf stored on the same server but in a different location.

Is that possible?

I am using wordpress, if that makes any difference.

Hope you can help as I&#039;m quite confused now :(</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I&#8217;m trying to redirect a pdf which is stored in a uploads folder on my server. I would like to redirect it to a different pdf stored on the same server but in a different location.</p>
<p>Is that possible?</p>
<p>I am using wordpress, if that makes any difference.</p>
<p>Hope you can help as I&#8217;m quite confused now <img src='http://streamlinemetrics.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-498</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 May 2011 21:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-498</guid>
		<description>Hi Ed,

What kind of server are you on?</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>What kind of server are you on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Jarvis</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-497</link>
		<dc:creator>Ed Jarvis</dc:creator>
		<pubDate>Thu, 05 May 2011 10:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-497</guid>
		<description>When I try to access http://www.example.com/oldfile.pdf I get an HTTP 403 (Forbidden) message. I assume this is because I&#039;m not entitled to open directories from my Web browser, though I am entitled to open the files they contain. Is there any way round this?

For information, there&#039;s nothing wrong with my index.php file: http://www.example.com/oldfile.pdf/index.php works fine.</description>
		<content:encoded><![CDATA[<p>When I try to access <a href="http://www.example.com/oldfile.pdf" rel="nofollow">http://www.example.com/oldfile.pdf</a> I get an HTTP 403 (Forbidden) message. I assume this is because I&#8217;m not entitled to open directories from my Web browser, though I am entitled to open the files they contain. Is there any way round this?</p>
<p>For information, there&#8217;s nothing wrong with my index.php file: <a href="http://www.example.com/oldfile.pdf/index.php" rel="nofollow">http://www.example.com/oldfile.pdf/index.php</a> works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-409</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-409</guid>
		<description>Hi Jay,

I would recommend using .htaccess on the new Unix server to redirect any old URLs which were made in .asp. You can do so by adding the following line to your .htaccess file for each of the pages:

Redirect 301 /oldfile.asp http://www.example.com/newpage.php</description>
		<content:encoded><![CDATA[<p>Hi Jay,</p>
<p>I would recommend using .htaccess on the new Unix server to redirect any old URLs which were made in .asp. You can do so by adding the following line to your .htaccess file for each of the pages:</p>
<p>Redirect 301 /oldfile.asp <a href="http://www.example.com/newpage.php" rel="nofollow">http://www.example.com/newpage.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://streamlinemetrics.com/blog/how-to-redirect-pdf-files-with-php-asp-or-htaccess-for-seo-seo-for-pdfs-part-2.php/comment-page-1#comment-408</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://streamlinemetrics.com/blog/?p=30#comment-408</guid>
		<description>How does one redirect multiple page in asp to a new Unix server?</description>
		<content:encoded><![CDATA[<p>How does one redirect multiple page in asp to a new Unix server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

