<?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: Myths, legends and mysteries of the absolute paths and urls</title>
	<atom:link href="http://lastwebdesigner.com/xhtml/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/feed" rel="self" type="application/rss+xml" />
	<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html</link>
	<description>Antonio Fullone &#039;s personal blog about web design</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:58:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Posicionamiento en buscadores</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13959</link>
		<dc:creator>Posicionamiento en buscadores</dc:creator>
		<pubDate>Thu, 17 Feb 2011 18:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13959</guid>
		<description>Good information I did not know the truth of these absolute paths.
but very useful your post.

Greetings ..</description>
		<content:encoded><![CDATA[<p>Good information I did not know the truth of these absolute paths.<br />
but very useful your post.</p>
<p>Greetings ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13933</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 24 Jan 2011 12:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13933</guid>
		<description>And if you create a hidden input passing the value?</description>
		<content:encoded><![CDATA[<p>And if you create a hidden input passing the value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik van de Ven</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13932</link>
		<dc:creator>Erik van de Ven</dc:creator>
		<pubDate>Mon, 24 Jan 2011 11:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13932</guid>
		<description>Hi Antonio,

Thanx for your response. I can&#039;t use POST, because I use different images inside the a-tags. If I use an input, I can&#039;t use the images. And submitting the form with Javascript isn&#039;t a good solution because I want to give the users, who don&#039;t have Javascript enabled, the possibility to order a product.

But I found the solution on a dutch forum. I was using the GET &quot;p&quot;, which is already taken by Wordpress, so I had to use a Get like &quot;product&quot;. Stupid mistake XD

Best Regards,
Erik</description>
		<content:encoded><![CDATA[<p>Hi Antonio,</p>
<p>Thanx for your response. I can&#8217;t use POST, because I use different images inside the a-tags. If I use an input, I can&#8217;t use the images. And submitting the form with Javascript isn&#8217;t a good solution because I want to give the users, who don&#8217;t have Javascript enabled, the possibility to order a product.</p>
<p>But I found the solution on a dutch forum. I was using the GET &#8220;p&#8221;, which is already taken by WordPress, so I had to use a Get like &#8220;product&#8221;. Stupid mistake XD</p>
<p>Best Regards,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13931</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 24 Jan 2011 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13931</guid>
		<description>is the permalink the problem. 

You could use custom field in wordpress to pass the value.
But why you can use post because of the layout?</description>
		<content:encoded><![CDATA[<p>is the permalink the problem. </p>
<p>You could use custom field in wordpress to pass the value.<br />
But why you can use post because of the layout?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik van de Ven</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13930</link>
		<dc:creator>Erik van de Ven</dc:creator>
		<pubDate>Mon, 24 Jan 2011 10:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13930</guid>
		<description>Hi Antonio,

I use a permalink like /%category%/%postname%/. Now I made an order page which works perfectly, the link is www.***.com/order/. But I want to use the GET method (in PHP) to see what product a person wants to order. But when I use a link like www.***.com/order/?p=75 I get a 404 error page, because of the ?p=75.

Do you know how to fix this in Wordpress? I can&#039;t use the POST method, because of my layout style.

Best Regards,
Erik</description>
		<content:encoded><![CDATA[<p>Hi Antonio,</p>
<p>I use a permalink like /%category%/%postname%/. Now I made an order page which works perfectly, the link is www.***.com/order/. But I want to use the GET method (in PHP) to see what product a person wants to order. But when I use a link like www.***.com/order/?p=75 I get a 404 error page, because of the ?p=75.</p>
<p>Do you know how to fix this in WordPress? I can&#8217;t use the POST method, because of my layout style.</p>
<p>Best Regards,<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myths, legends and mysteries of the absolute paths and urls</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-13627</link>
		<dc:creator>Myths, legends and mysteries of the absolute paths and urls</dc:creator>
		<pubDate>Sun, 02 Jan 2011 18:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-13627</guid>
		<description>[...] a great start a novel or story of science (not fiction), but today we’re going to talk about... [full post]    admin     Last Webdesigner a blog about Web Design   seoweb designabsolute pathhtml            0 [...]</description>
		<content:encoded><![CDATA[<p>[...] a great start a novel or story of science (not fiction), but today we’re going to talk about&#8230; [full post]    admin     Last Webdesigner a blog about Web Design   seoweb designabsolute pathhtml            0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-11410</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 07 Nov 2010 17:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-11410</guid>
		<description>This is a helpful blog and I admire the interesting way to put things through . Very exciting and unique way to present such a technical subject. I have a more in depth understanding of absolute path after reading this page.</description>
		<content:encoded><![CDATA[<p>This is a helpful blog and I admire the interesting way to put things through . Very exciting and unique way to present such a technical subject. I have a more in depth understanding of absolute path after reading this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Evans</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-4968</link>
		<dc:creator>Chris Evans</dc:creator>
		<pubDate>Thu, 08 Apr 2010 04:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-4968</guid>
		<description>I love your blog theme. Can I ask which one it is? I&#039;d like to steal it for a blog I plan on building :D</description>
		<content:encoded><![CDATA[<p>I love your blog theme. Can I ask which one it is? I&#8217;d like to steal it for a blog I plan on building <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-4729</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-4729</guid>
		<description>Is written by Juan Carlos :)</description>
		<content:encoded><![CDATA[<p>Is written by Juan Carlos <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://lastwebdesigner.com/seo/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/comment-page-1#comment-4728</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154#comment-4728</guid>
		<description>Nice post Antonio ;)</description>
		<content:encoded><![CDATA[<p>Nice post Antonio <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

