<?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: Pretty URLs using Multiviews</title>
	<atom:link href="http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Thu, 22 Jul 2010 09:10:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Moyer</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-50168</link>
		<dc:creator>Andrew Moyer</dc:creator>
		<pubDate>Fri, 14 May 2010 20:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-50168</guid>
		<description>You may also need to include the following in your Apache httpd.conf or .htaccess file if allowed:

AddHandler php5-script php
AddType text/html php

That&#039;s what finally got it working for me with an extension in the file name but not in the URL (in addition to using MultiViews).  This goes for Apache 2.2.  I believe the original post on this page would have worked in the 1.3 branch of Apache... but the 2.x branch needs more.</description>
		<content:encoded><![CDATA[<p>You may also need to include the following in your Apache httpd.conf or .htaccess file if allowed:</p>
<p>AddHandler php5-script php<br />
AddType text/html php</p>
<p>That&#8217;s what finally got it working for me with an extension in the file name but not in the URL (in addition to using MultiViews).  This goes for Apache 2.2.  I believe the original post on this page would have worked in the 1.3 branch of Apache&#8230; but the 2.x branch needs more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzan</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-34056</link>
		<dc:creator>Suzan</dc:creator>
		<pubDate>Sun, 18 Jan 2009 03:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-34056</guid>
		<description>hochu vodki!</description>
		<content:encoded><![CDATA[<p>hochu vodki!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoLiq</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-25246</link>
		<dc:creator>CoLiq</dc:creator>
		<pubDate>Sun, 29 Jun 2008 02:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-25246</guid>
		<description>Wow.. great.
I&#039;ll try it.

I think it&#039;s only can do with .htaccess :)</description>
		<content:encoded><![CDATA[<p>Wow.. great.<br />
I&#8217;ll try it.</p>
<p>I think it&#8217;s only can do with .htaccess <img src='http://www.rustyrazorblade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HBnUV</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-25143</link>
		<dc:creator>HBnUV</dc:creator>
		<pubDate>Sun, 22 Jun 2008 13:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-25143</guid>
		<description>You Should try this too!,</description>
		<content:encoded><![CDATA[<p>You Should try this too!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zach</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-20514</link>
		<dc:creator>zach</dc:creator>
		<pubDate>Thu, 15 May 2008 00:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-20514</guid>
		<description>You can do a relative path, but set a base href in your header as well.  I&#039;m guessing there&#039;s some kind of very slight performance loss, but if you NEED something for previous compatibility (or you might be using something on any number of domains) it might be easier to do it that way.</description>
		<content:encoded><![CDATA[<p>You can do a relative path, but set a base href in your header as well.  I&#8217;m guessing there&#8217;s some kind of very slight performance loss, but if you NEED something for previous compatibility (or you might be using something on any number of domains) it might be easier to do it that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-16000</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 22 Mar 2008 21:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-16000</guid>
		<description>You&#039;ll have to do the full path, as the browser is going to pull images / css / whatever relative to the page you&#039;re on, and with multiviews, it can&#039;t figure it out.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll have to do the full path, as the browser is going to pull images / css / whatever relative to the page you&#8217;re on, and with multiviews, it can&#8217;t figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueWolf²</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-15971</link>
		<dc:creator>BlueWolf²</dc:creator>
		<pubDate>Fri, 21 Mar 2008 11:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-15971</guid>
		<description>Hello!

I have a problem using Multiviews: it works if I try to display http://dummyurl/index, giving the index.php, but my browser gets confused when I had a slash (.../index/dummypathinfo), and then all relative elements (css, pictures, links, ...) get lost or wrong.

Is there an easy solution to avoid this problem, or should I give always the full path to an element? (this could be annoying to do since there are already many pages that exist and that I would like to use in Multiviews...)

Thanks!

BW²</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I have a problem using Multiviews: it works if I try to display <a href="http://dummyurl/index" rel="nofollow">http://dummyurl/index</a>, giving the index.php, but my browser gets confused when I had a slash (&#8230;/index/dummypathinfo), and then all relative elements (css, pictures, links, &#8230;) get lost or wrong.</p>
<p>Is there an easy solution to avoid this problem, or should I give always the full path to an element? (this could be annoying to do since there are already many pages that exist and that I would like to use in Multiviews&#8230;)</p>
<p>Thanks!</p>
<p>BW²</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-3998</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 17 Feb 2007 18:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-3998</guid>
		<description>You might not have permission to use Multiviews.  I believe you would just put it in your .htaccess file under the correct &lt;Directory /absolute/path/here&gt; listing.  You need to know the exact path to your files for this to work.</description>
		<content:encoded><![CDATA[<p>You might not have permission to use Multiviews.  I believe you would just put it in your .htaccess file under the correct <directory /absolute/path/here> listing.  You need to know the exact path to your files for this to work.</directory></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Honlap készítés</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-3994</link>
		<dc:creator>Honlap készítés</dc:creator>
		<pubDate>Sat, 17 Feb 2007 10:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-3994</guid>
		<description>Hello,
I tried to implement this trick, but it doesn&#039;t work. :( Maybe you can help me. :)

So:

I have my hosting directory on the server /web/myname (this is my FTP root), and there is a /domain.com directory, my domain name points to this directory. I have a blog.php file, and I want to use the URL /blog (without .php), and as usually I have the /blog/2007/12/25 ... etc. format URL.

How do you think I have to set up with this Multiview? Where should I put the .htacces file, and what is the correct  setting?

Thanks!!

Kristof</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I tried to implement this trick, but it doesn&#8217;t work. <img src='http://www.rustyrazorblade.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Maybe you can help me. <img src='http://www.rustyrazorblade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So:</p>
<p>I have my hosting directory on the server /web/myname (this is my FTP root), and there is a /domain.com directory, my domain name points to this directory. I have a blog.php file, and I want to use the URL /blog (without .php), and as usually I have the /blog/2007/12/25 &#8230; etc. format URL.</p>
<p>How do you think I have to set up with this Multiview? Where should I put the .htacces file, and what is the correct  setting?</p>
<p>Thanks!!</p>
<p>Kristof</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dank Underlord</title>
		<link>http://www.rustyrazorblade.com/2006/10/nice-urls-using-multiviews/comment-page-1/#comment-3613</link>
		<dc:creator>Dank Underlord</dc:creator>
		<pubDate>Fri, 19 Jan 2007 18:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/10/12/nice-urls-using-multiviews/#comment-3613</guid>
		<description>I&#039;ve been looking everywhere for this!  Thank you.  Much easier that disecting Wordpress marginalia.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking everywhere for this!  Thank you.  Much easier that disecting Wordpress marginalia.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
