<?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: DotNetNuke Custom Error Page, 404 Page Not Found Redirection</title>
	<atom:link href="http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/</link>
	<description>The World without Boundaries</description>
	<lastBuildDate>Sat, 05 Jun 2010 14:15:55 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George</title>
		<link>http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/comment-page-1/#comment-103</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 05 Jun 2010 14:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/#comment-103</guid>
		<description>Shouldn&#039;t have any problem. I&#039;ve been using ifinity and pageBlaster in GoEatOut. You could try it here: &lt;a href=&quot;http://www.goeatout.com/Whatever-you-like.aspx&quot; rel=&quot;nofollow&quot;&gt;GoEatOut error page&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t have any problem. I&#8217;ve been using ifinity and pageBlaster in GoEatOut. You could try it here: <a href="http://www.goeatout.com/Whatever-you-like.aspx" rel="nofollow">GoEatOut error page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/comment-page-1/#comment-101</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/#comment-101</guid>
		<description>Out of interest, have you got the 404 error page working with Ifinity URLMaster? I tried to do this a while ago and seemed to remember having issues with it...</description>
		<content:encoded><![CDATA[<p>Out of interest, have you got the 404 error page working with Ifinity URLMaster? I tried to do this a while ago and seemed to remember having issues with it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle9</title>
		<link>http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/comment-page-1/#comment-22</link>
		<dc:creator>Oracle9</dc:creator>
		<pubDate>Mon, 27 Apr 2009 05:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/#comment-22</guid>
		<description>Basically there are 2 areas where we can set the custom error page.

If you&#039;re using webconfig to achieve the redirection, http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/&lt;strong&gt;Default.aspxaaaaa&lt;/strong&gt;
would not be able to redirect. However, if you type in a URL like http://localhost/dotnetnuke/&lt;strong&gt;ThisIsAnErrorPage/Default.aspx&lt;/strong&gt;
You should be redirected to the custom error page set in the web config file.

If you want to redirect all 404 like in your given example url, you will need to change it in your IIS:
Go to Administrative Tools
Select your website directory, right click it and select &quot;Properties&quot;
Look for &quot;Custom Errors&quot; Tab, find &quot;404 error&quot; and change the link.

If you&#039;re using Shared Hosting, most of the advance control panel will allow you to set the custom error page too.</description>
		<content:encoded><![CDATA[<p>Basically there are 2 areas where we can set the custom error page.</p>
<p>If you&#8217;re using webconfig to achieve the redirection, <a href="http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/" rel="nofollow">http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/</a><strong>Default.aspxaaaaa</strong><br />
would not be able to redirect. However, if you type in a URL like <a href="http://localhost/dotnetnuke/" rel="nofollow">http://localhost/dotnetnuke/</a><strong>ThisIsAnErrorPage/Default.aspx</strong><br />
You should be redirected to the custom error page set in the web config file.</p>
<p>If you want to redirect all 404 like in your given example url, you will need to change it in your IIS:<br />
Go to Administrative Tools<br />
Select your website directory, right click it and select &#8220;Properties&#8221;<br />
Look for &#8220;Custom Errors&#8221; Tab, find &#8220;404 error&#8221; and change the link.</p>
<p>If you&#8217;re using Shared Hosting, most of the advance control panel will allow you to set the custom error page too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sohel Rana</title>
		<link>http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/comment-page-1/#comment-21</link>
		<dc:creator>Sohel Rana</dc:creator>
		<pubDate>Sat, 25 Apr 2009 16:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mylifebbs.com/2009/01/dotnetnuke-custom-error-page-404-page-not-found-redirection/#comment-21</guid>
		<description>Hi,

I have tried to implement the 404 redirection as you have specified. But it doesn&#039;t work all the time. For example a valid page url is &#039;http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/Default.aspx&#039;. Now if i change the url like &#039;http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/Default.aspxaaaaa&#039; then the default 404 page for iis is shown rather then my default one. Do u have any idea how can i fix this?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried to implement the 404 redirection as you have specified. But it doesn&#8217;t work all the time. For example a valid page url is &#8216;http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/Default.aspx&#8217;. Now if i change the url like &#8216;http://localhost/dotnetnuke/Home/ManageRoles/tabid/56/Default.aspxaaaaa&#8217; then the default 404 page for iis is shown rather then my default one. Do u have any idea how can i fix this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
