<?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; WordPress</title>
	<atom:link href="http://aspstarterkit.com/index.php/tag/wordpress/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>
		<item>
		<title>WordPress 2.5 and IIS error and solution</title>
		<link>http://aspstarterkit.com/index.php/getting-started/wordpress-25-and-iis-error-and-solution/</link>
		<comments>http://aspstarterkit.com/index.php/getting-started/wordpress-25-and-iis-error-and-solution/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:54:18 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://aspstarterkit.com/?p=17</guid>
		<description><![CDATA[After installing WordPress 2.5 I started getting a line of error text in every page of the admin area: Notice: Undefined index: PATH_INFO in C:\WebSites\user\webroot\blog\wp-settings.php on line 72 Notice: Undefined index: PATH_INFO in C:\WebSites\user\webroot\blog\wp-settings.php on line 75 To solve this issue you need to edit the wp-settings.php file.Â  Open the file in your favorite editor [...]]]></description>
			<content:encoded><![CDATA[<p>After installing WordPress 2.5 I started getting a line of error text in every page of the admin area:</p>
<p><strong>Notice: Undefined index: PATH_INFO in C:\WebSites\user\webroot\blog\wp-settings.php on line 72</strong></p>
<p><strong>Notice: Undefined index: PATH_INFO in C:\WebSites\user\webroot\blog\wp-settings.php on line 75</strong></p>
<p>To solve this issue you need to edit the wp-settings.php file.Â  Open the file in your favorite editor andÂ after line 71 or &#8220;// Some IIS + PHP configurations puts the script-name in the path-info (No need to append it twice)&#8221;Â insert the following:<br />
<code><span style="font-family: Consolas;">if ( isset($_SERVER['PATH_INFO']) ) {</span></code></p>
<p>add the closing &#8220;}&#8221;Â  just aboveÂ the original line 77Â or &#8220;// Append the query string if it exists and isn&#8217;t null&#8221;</p>
<p>With those changes the problem is solved. I assume this problem will be fixed in the next release of WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://aspstarterkit.com/index.php/getting-started/wordpress-25-and-iis-error-and-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

