<?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 for RuslanY Blog</title>
	<atom:link href="http://ruslany.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:10:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on ASP.NET postbacks and URL rewriting by Saeed Neamati</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-11899</link>
		<dc:creator>Saeed Neamati</dc:creator>
		<pubDate>Mon, 30 Jan 2012 13:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-11899</guid>
		<description>Thanks. The whole article was something I&#039;ve done it before, many times. But, I didn&#039;t know about Request.RawUrl. What I&#039;ve done in my previous projects, was to create a custom form control, and set the action attribute of that, in overridden Render method.

However, this method is really nice and clean. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks. The whole article was something I&#8217;ve done it before, many times. But, I didn&#8217;t know about Request.RawUrl. What I&#8217;ve done in my previous projects, was to create a custom form control, and set the action attribute of that, in overridden Render method.</p>
<p>However, this method is really nice and clean. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing URL rewrite mappings in a separate file by Rajendra</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11876</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Wed, 11 Jan 2012 07:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11876</guid>
		<description>Hi Ruslany,
We are using SDL tridion cms package for a new website.
We have a requirement where the user can provide user friendly urls while creating a page in Tridion.
Is there any built in functionality in tridion which can handle both the url and the internal links on page.
Presently we have come up with two approaches
1. using IIS url rewrite module and providing an external xml file(this file will be updated automatically when a user added a new page.)
2. using httpmodule

In both the cases whenever there is a change in the input file (for eg. if the user creates a new page, a new entry will be added to the xml file) the IIS or the application need to be restarted to reflect the changes.
Is there any other way in which we dont need to restart the server?
P.S. there is no fix pattern of url and there fore we cannot define regex rules.
Thanks,
Rajendra Dhaundiyal</description>
		<content:encoded><![CDATA[<p>Hi Ruslany,<br />
We are using SDL tridion cms package for a new website.<br />
We have a requirement where the user can provide user friendly urls while creating a page in Tridion.<br />
Is there any built in functionality in tridion which can handle both the url and the internal links on page.<br />
Presently we have come up with two approaches<br />
1. using IIS url rewrite module and providing an external xml file(this file will be updated automatically when a user added a new page.)<br />
2. using httpmodule</p>
<p>In both the cases whenever there is a change in the input file (for eg. if the user creates a new page, a new entry will be added to the xml file) the IIS or the application need to be restarted to reflect the changes.<br />
Is there any other way in which we dont need to restart the server?<br />
P.S. there is no fix pattern of url and there fore we cannot define regex rules.<br />
Thanks,<br />
Rajendra Dhaundiyal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS 7 URL Rewrite Module support in WordPress 2.8 by michell</title>
		<link>http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-wordpress-28/comment-page-2/#comment-11875</link>
		<dc:creator>michell</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=393#comment-11875</guid>
		<description>Hi sir,

I am getting a 404 error whenever i changed the permalink of my site. Do you know why that might be? I meet all the requirements

php 5.2.13(Fast CGI Application)
iis 7
url rewrite 2.0
wordpress : 3.1

When i update my permalink it will not suggest any code to me. Even manually  i created the web.config file and put the code then it gives the 505 error.
Is there any solution for this? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi sir,</p>
<p>I am getting a 404 error whenever i changed the permalink of my site. Do you know why that might be? I meet all the requirements</p>
<p>php 5.2.13(Fast CGI Application)<br />
iis 7<br />
url rewrite 2.0<br />
wordpress : 3.1</p>
<p>When i update my permalink it will not suggest any code to me. Even manually  i created the web.config file and put the code then it gives the 505 error.<br />
Is there any solution for this? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS 7 URL Rewrite Module support in WordPress 2.8 by sagar</title>
		<link>http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-wordpress-28/comment-page-2/#comment-11874</link>
		<dc:creator>sagar</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=393#comment-11874</guid>
		<description>Hi ruslany,
  I used following things

IIS : 7
Php : 5.2 (Fast CGI Application)
wordpress : 3.1
URL Rewrite Module v2.0 RC


my permalink is default. And i want use the structure base permalink. I install all the require module which you define above. But when i update the permalink like(/%year%/%monthnum%/%postname%/) but it will not suggest the web.config code as you shown. And i tried to put manually in the web.config file but it gives 404 error.
plz help me what i have to do for this

or any other solutions for this problem.</description>
		<content:encoded><![CDATA[<p>Hi ruslany,<br />
  I used following things</p>
<p>IIS : 7<br />
Php : 5.2 (Fast CGI Application)<br />
wordpress : 3.1<br />
URL Rewrite Module v2.0 RC</p>
<p>my permalink is default. And i want use the structure base permalink. I install all the require module which you define above. But when i update the permalink like(/%year%/%monthnum%/%postname%/) but it will not suggest the web.config code as you shown. And i tried to put manually in the web.config file but it gives 404 error.<br />
plz help me what i have to do for this</p>
<p>or any other solutions for this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing URL rewrite mappings in a separate file by James Moberg</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11873</link>
		<dc:creator>James Moberg</dc:creator>
		<pubDate>Mon, 09 Jan 2012 16:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11873</guid>
		<description>Your sample web.config file has invalid XML.

Change line #4 to:
</description>
		<content:encoded><![CDATA[<p>Your sample web.config file has invalid XML.</p>
<p>Change line #4 to:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to enable Xdebug in WebMatrix by Neil S</title>
		<link>http://ruslany.net/2011/02/how-to-enable-xdebug-in-webmatrix/comment-page-1/#comment-11871</link>
		<dc:creator>Neil S</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=977#comment-11871</guid>
		<description>If one is using a more recent version of WebMatrix / PHP, you want to download the VC9 version of xdebug, not VC6. The phpinfo page showed me that xdebug was not running, but it didn&#039;t say why. Only when I opened a command prompt, navigated to the Program files directory with php.exe in it, and then ran php.exe -m, did it reveal that xdebug could not be run because the compiler version was wrong.</description>
		<content:encoded><![CDATA[<p>If one is using a more recent version of WebMatrix / PHP, you want to download the VC9 version of xdebug, not VC6. The phpinfo page showed me that xdebug was not running, but it didn&#8217;t say why. Only when I opened a command prompt, navigated to the Program files directory with php.exe in it, and then ran php.exe -m, did it reveal that xdebug could not be run because the compiler version was wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing URL rewrite mappings in a separate file by Ankush</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11867</link>
		<dc:creator>Ankush</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11867</guid>
		<description>hi,
 i am doing the redirect using rewritemap.config concept which is acessed by web config , the size of rewritemap.config is around 3.3 mb but i am facing 500.52 error in the website instead if i reduce the size of rewritemap.config to 50 kb it works fine could please you tell me how to configure for file of size 3.3 ,mb i have allready tried changing registry value but it is not helping.

thanks,
ankush</description>
		<content:encoded><![CDATA[<p>hi,<br />
 i am doing the redirect using rewritemap.config concept which is acessed by web config , the size of rewritemap.config is around 3.3 mb but i am facing 500.52 error in the website instead if i reduce the size of rewritemap.config to 50 kb it works fine could please you tell me how to configure for file of size 3.3 ,mb i have allready tried changing registry value but it is not helping.</p>
<p>thanks,<br />
ankush</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WinCache and WordPress plugin upgrade problem by John Barclay</title>
		<link>http://ruslany.net/2011/04/wincache-and-wordpress-plugin-upgrade-problem/comment-page-1/#comment-11864</link>
		<dc:creator>John Barclay</dc:creator>
		<pubDate>Fri, 23 Dec 2011 16:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=1009#comment-11864</guid>
		<description>wincache-1.2.427-dev-5.2-nts-vc6-x86.exe works fine for me.

Another context of this problem is when a php process ends abruptly, it leaves all the php files locked on the server.</description>
		<content:encoded><![CDATA[<p>wincache-1.2.427-dev-5.2-nts-vc6-x86.exe works fine for me.</p>
<p>Another context of this problem is when a php process ends abruptly, it leaves all the php files locked on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET postbacks and URL rewriting by Jorge</title>
		<link>http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/comment-page-1/#comment-11854</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Mon, 19 Dec 2011 00:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/aspnet-postbacks-and-url-rewriting/#comment-11854</guid>
		<description>Third time that you have saved me hours worth of troubleshooting! The code &quot;form1.Action = Request.RawUrl;&quot; in my codebehind page fixed the issue as you described.  

Thanks again!!!</description>
		<content:encoded><![CDATA[<p>Third time that you have saved me hours worth of troubleshooting! The code &#8220;form1.Action = Request.RawUrl;&#8221; in my codebehind page fixed the issue as you described.  </p>
<p>Thanks again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on URL Rewrite Module 1.1 for IIS 7 by Autoservis, auto</title>
		<link>http://ruslany.net/2009/04/url-rewrite-module-11-for-iis-7/comment-page-1/#comment-11853</link>
		<dc:creator>Autoservis, auto</dc:creator>
		<pubDate>Sat, 17 Dec 2011 14:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=322#comment-11853</guid>
		<description>Can you help me to make rewrite rule for 

http://www.auto112.eu/pregled.php?id_klijenta=261

I want it to look like
http://www.auto112.eu/autokvaternik

&quot;id_klijenta&quot; is column in mysql and value &quot;autokvaternik&quot; is in same mysql DB in column &quot;kratkiURL&quot;. 

Regards</description>
		<content:encoded><![CDATA[<p>Can you help me to make rewrite rule for </p>
<p><a href="http://www.auto112.eu/pregled.php?id_klijenta=261" rel="nofollow">http://www.auto112.eu/pregled.php?id_klijenta=261</a></p>
<p>I want it to look like<br />
<a href="http://www.auto112.eu/autokvaternik" rel="nofollow">http://www.auto112.eu/autokvaternik</a></p>
<p>&#8220;id_klijenta&#8221; is column in mysql and value &#8220;autokvaternik&#8221; is in same mysql DB in column &#8220;kratkiURL&#8221;. </p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

