<?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>Jawad.pk &#187; godaddy</title>
	<atom:link href="http://jawad.pk/blog/tag/godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://jawad.pk/blog</link>
	<description>WEB 2.0 / RIAs Expert.</description>
	<lastBuildDate>Tue, 06 Sep 2011 12:43:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problem running CodeIgniter over goDaddy</title>
		<link>http://jawad.pk/blog/2009/03/17/problem-running-codeigniter-over-godaddy/</link>
		<comments>http://jawad.pk/blog/2009/03/17/problem-running-codeigniter-over-godaddy/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:16:28 +0000</pubDate>
		<dc:creator>Jawad Khan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://jawad.pk/blog/2009/03/17/problem-running-codeigniter-over-godaddy/</guid>
		<description><![CDATA[I have been getting &#8220;No input file specified&#8221; problem with the CodeIgniter based application. This issue has a quick fix. There will be a php.ini file in the root directory. Copy it and rename the new file as php5.ini and just add following line in it: cgi.fix_pathinfo = 1 //this directive tell PHP CGI to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting &#8220;No input file specified&#8221; problem with the CodeIgniter based application. This issue has a quick fix.<br />
There will be a php.ini file in the root directory. Copy it and rename the new file as php5.ini and just add following line in it:</p>
<p>cgi.fix_pathinfo = 1<br />
//this directive tell PHP CGI to fix paths to conform to the spec</p>
<p>It solved my problem and CI application worked.</p>
<p>FYI: I have written codeIgniter advantages in another post at  <a title="Zigron Blog" href="http://www.zigron.com/blog/2008/10/21/codeigniter-does-one-really-need-it/" target="_blank">zigron blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jawad.pk/blog/2009/03/17/problem-running-codeigniter-over-godaddy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

