<?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>JLancer &#187; Apache</title>
	<atom:link href="http://jlancer.in/blog/?cat=7&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://jlancer.in/blog</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 02 Oct 2014 15:17:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Kohana, No Input File Specified error on godaddy</title>
		<link>http://jlancer.in/blog/?p=26</link>
		<comments>http://jlancer.in/blog/?p=26#comments</comments>
		<pubDate>Sat, 31 Mar 2012 11:36:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://jlancer.in/blog/?p=26</guid>
		<description><![CDATA[Recently while working for a project I faced an issue while making the site live. The site was developed with kohana framework and was to be hosted on Godaddy Server (Shared Hosting) and I faced a peculiar issue on the server giving me an error No Input File Specified which was strange as the site <a href='http://jlancer.in/blog/?p=26'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Recently while working for a project I faced an issue while making the site live.</p>
<p>The site was developed with kohana framework and was to be hosted on Godaddy Server (Shared Hosting) and I faced a peculiar issue on the server giving me an error<br />
<h3>No Input File Specified </h3>
<p>which was strange as the site was working fine on test server.</p>
<p>After doing a bit of research I finally managed to find a solution which I am posting here to help.</p>
<p>Just replace the line</p>
<p>RewriteRule ^(.*)$ index.php/$1 [PT,L]</p>
<p>in your htaccess file with</p>
<p># Rewrite all other URLs to index.php/URL<br />
RewriteRule ^(.+)$ index.php?kohana_uri=$1 [L]</p>
<p>&nbsp;</p>
<p>And this should do the trick.</p>
<p>Hope it helps and saves the time I spent on the same issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://jlancer.in/blog/?feed=rss2&#038;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
