<?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 on: Missing .htaccess</title>
	<atom:link href="http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/</link>
	<description>jobberBase is an open source job board that helps you set up a jobsite in minutes!</description>
	<lastBuildDate>Sun, 19 Sep 2010 15:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Javier</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-1323</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-1323</guid>
		<description>Just want to say thanks for posting that htaccess mod.

worked for me! :)</description>
		<content:encoded><![CDATA[<p>Just want to say thanks for posting that htaccess mod.</p>
<p>worked for me! <img src='http://www.jobberbase.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Lukas</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-1010</link>
		<dc:creator>Frank Lukas</dc:creator>
		<pubDate>Fri, 08 May 2009 01:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-1010</guid>
		<description>Well, someone of the administrators or simple mortals can help me 

I was try many times to install jobber base.

My server is IIS.

I can see the home page and the admin page but when i tried to select a job or category. just appear a 

Not Found
The requested document was not found on this server. 

Web Server at cucea.com.mx 

please someone help me.

thats my final oportunity :(</description>
		<content:encoded><![CDATA[<p>Well, someone of the administrators or simple mortals can help me </p>
<p>I was try many times to install jobber base.</p>
<p>My server is IIS.</p>
<p>I can see the home page and the admin page but when i tried to select a job or category. just appear a </p>
<p>Not Found<br />
The requested document was not found on this server. </p>
<p>Web Server at cucea.com.mx </p>
<p>please someone help me.</p>
<p>thats my final oportunity <img src='http://www.jobberbase.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YZ</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-810</link>
		<dc:creator>YZ</dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-810</guid>
		<description>this code worked for me :)  hosted on 1and1.com

in your ADMIN folder  .htacess file 

# Alternative .htaccess 
# only use if original doesn&#039;t seem to work for you 
RewriteEngine On 
#RewriteBase is what I changed 
RewriteBase /admin/ 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_URI} !index.php 
#RewriteRule !.(js&#124;ico&#124;gif&#124;jpg&#124;png&#124;css&#124;flv&#124;swf)$ index.php 
#RewriteRule (.*) /index.php/$1 [L] 
RewriteRule !.(js&#124;css)$ /index.php/$1 [L] 
ErrorDocument 404 /page-unavailable/</description>
		<content:encoded><![CDATA[<p>this code worked for me <img src='http://www.jobberbase.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   hosted on 1and1.com</p>
<p>in your ADMIN folder  .htacess file </p>
<p># Alternative .htaccess<br />
# only use if original doesn&#8217;t seem to work for you<br />
RewriteEngine On<br />
#RewriteBase is what I changed<br />
RewriteBase /admin/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_URI} !index.php<br />
#RewriteRule !.(js|ico|gif|jpg|png|css|flv|swf)$ index.php<br />
#RewriteRule (.*) /index.php/$1 [L]<br />
RewriteRule !.(js|css)$ /index.php/$1 [L]<br />
ErrorDocument 404 /page-unavailable/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-691</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sat, 09 Aug 2008 20:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-691</guid>
		<description>@Leandro Henflen,
thanks for the suggested change for .htaccess. Worked beautifully for me!
cheers</description>
		<content:encoded><![CDATA[<p>@Leandro Henflen,<br />
thanks for the suggested change for .htaccess. Worked beautifully for me!<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kipp Gillian</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-687</link>
		<dc:creator>Kipp Gillian</dc:creator>
		<pubDate>Fri, 08 Aug 2008 01:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-687</guid>
		<description>I&#039;m having trouble with the .htaccess bit. I don&#039;t have either file and my Mac gives me an error message each time I try to save the info above. It says I can&#039;t start the file name with &quot;.&quot;

Help</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with the .htaccess bit. I don&#8217;t have either file and my Mac gives me an error message each time I try to save the info above. It says I can&#8217;t start the file name with &#8220;.&#8221;</p>
<p>Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro Henflen</title>
		<link>http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/comment-page-1/#comment-186</link>
		<dc:creator>Leandro Henflen</dc:creator>
		<pubDate>Tue, 27 Nov 2007 03:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jobberbase.com/blog/10-24-2007/missing-htaccess/#comment-186</guid>
		<description>Hi guys, i have a dedicated server with ISPCONFIG (http://www.ispconfig.org) and the .htaccess needs to be hacked a little:

RewriteEngine on
#Options +FollowSymlinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/

Hope it&#039;s useful for anyone.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi guys, i have a dedicated server with ISPCONFIG (<a href="http://www.ispconfig.org" rel="nofollow">http://www.ispconfig.org</a>) and the .htaccess needs to be hacked a little:</p>
<p>RewriteEngine on<br />
#Options +FollowSymlinks</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . index.php [L]</p>
<p>ErrorDocument 404 /page-unavailable/</p>
<p>Hope it&#8217;s useful for anyone.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

