<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP Starter Kit &#187; IIS</title>
	<atom:link href="http://aspstarterkit.com/index.php/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspstarterkit.com</link>
	<description>Helping get your ASP Starter Kit online</description>
	<lastBuildDate>Wed, 14 Mar 2012 00:07:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.51 and IIS error &#8211; Notice: Undefined index: REQUEST_URI in \wp-settings.php on line 81</title>
		<link>http://aspstarterkit.com/index.php/getting-started/wordpress-251-and-iis-error-notice-undefined-index-request_uri-in-wp-settingsphp-on-line-81/</link>
		<comments>http://aspstarterkit.com/index.php/getting-started/wordpress-251-and-iis-error-notice-undefined-index-request_uri-in-wp-settingsphp-on-line-81/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 15:44:30 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://aspstarterkit.com/?p=18</guid>
		<description><![CDATA[The original wordpress 2.5 error mentioned in the last post was fixed in the 2.51 release but there is an additional error that crops up. If you are getting an error similiar to the follwing: Notice: Undefined index: REQUEST_URI in F:\Domains\mydomain.com\wwwroot\wp-settings.php on line 81 To solve this issue you need to edit the wp-settings.php file.Â  [...]]]></description>
			<content:encoded><![CDATA[<p>The original wordpress 2.5 error mentioned in the last post was fixed in the 2.51 release but there is an additional error that crops up. If you are getting an error similiar to the follwing:</p>
<p>Notice: Undefined index: REQUEST_URI in F:\Domains\mydomain.com\wwwroot\wp-settings.php on line 81</p>
<p>To solve this issue you need to edit the wp-settings.php file.Â  After line 79 orÂ &#8220;// Append the query string if it exists and isn&#8217;t null&#8221; add the following line:<br />
Â Â $_SERVER['REQUEST_URI'] = substr($_SERVER['PHP_SELF'],0);</p>
<p>This error is due to IIS not recognizing &#8216;REQUEST_URI&#8217;</p>
<p>If you don&#8217;t want to make the modification yourself you can download the modified wp-setting.php file from <a title="wp-setting" href="http://aspstarterkit.com/wp-content/wp-settings.zip" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aspstarterkit.com/index.php/getting-started/wordpress-251-and-iis-error-notice-undefined-index-request_uri-in-wp-settingsphp-on-line-81/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

