<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fix 500 Internal server Error on .htaccess</title>
	<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/</link>
	<description>Technology, Tips and Tricks,Software Reviews, Gaming, Internet, Business news and what not !</description>
	<pubDate>Thu, 08 Jan 2009 23:28:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Aamir Kilwani</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-1970</link>
		<author>Aamir Kilwani</author>
		<pubDate>Fri, 18 Jan 2008 10:36:33 +0000</pubDate>
		<guid>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-1970</guid>
					<description>Great its really worked</description>
		<content:encoded><![CDATA[<p>Great its really worked</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-1994</link>
		<author>Stefan</author>
		<pubDate>Mon, 21 Jan 2008 05:39:45 +0000</pubDate>
		<guid>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-1994</guid>
					<description>Nice, i try it, and it work perfect. Thanks thinkdj</description>
		<content:encoded><![CDATA[<p>Nice, i try it, and it work perfect. Thanks thinkdj</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: benny</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-3825</link>
		<author>benny</author>
		<pubDate>Mon, 28 Jul 2008 10:09:04 +0000</pubDate>
		<guid>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-3825</guid>
					<description>I'm configure with Apache/2.0.63
From the default loadModule rewrite_module modules/mod_rewrite.so is disabled by httpd.conf
If you need to using ".htaccess" file, make notice the mod_rewrite.so is enabled.
Thank's a lot guyzzz....</description>
		<content:encoded><![CDATA[<p>I&#8217;m configure with Apache/2.0.63<br />
From the default loadModule rewrite_module modules/mod_rewrite.so is disabled by httpd.conf<br />
If you need to using &#8220;.htaccess&#8221; file, make notice the mod_rewrite.so is enabled.<br />
Thank&#8217;s a lot guyzzz&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: HydroMan</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-4034</link>
		<author>HydroMan</author>
		<pubDate>Wed, 10 Sep 2008 10:24:00 +0000</pubDate>
		<guid>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-4034</guid>
					<description>Thanks for the tip, I used the following method instead of editing the httpd.conf file.

As an alternative to keep the code all tidy you can write the changes to a seperate .conf file. As long as the setting for VHOST is enabled.

If you have define('VHOST', 'yes'); then you can edit the vhost.conf file usually found in the conf directory of the root. i.e. (depending on your directory structure): /var/www/vhosts/domain_name_here.com/conf/vhost.conf

then add the following (amend directory structure for your install location)


Options FollowSymlinks
AllowOverride All
Order deny,allow
Deny from all
Satisfy all
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I used the following method instead of editing the httpd.conf file.</p>
<p>As an alternative to keep the code all tidy you can write the changes to a seperate .conf file. As long as the setting for VHOST is enabled.</p>
<p>If you have define(&#8217;VHOST&#8217;, &#8216;yes&#8217;); then you can edit the vhost.conf file usually found in the conf directory of the root. i.e. (depending on your directory structure): /var/www/vhosts/domain_name_here.com/conf/vhost.conf</p>
<p>then add the following (amend directory structure for your install location)</p>
<p>Options FollowSymlinks<br />
AllowOverride All<br />
Order deny,allow<br />
Deny from all<br />
Satisfy all</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: eGodaddy</title>
		<link>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-4241</link>
		<author>eGodaddy</author>
		<pubDate>Fri, 17 Oct 2008 01:40:24 +0000</pubDate>
		<guid>http://blogulate.com/content/fix-500-internal-server-error-on-htaccess/#comment-4241</guid>
					<description>This got me closer, but I am still getting a 500 error, having just migrated to Vista x64. :(  

I tried using 127.0.0.1/site and a few other tricks I found on the Internet, but still fires the error when I rename the htaccess.txt file.

Any idea, guys?</description>
		<content:encoded><![CDATA[<p>This got me closer, but I am still getting a 500 error, having just migrated to Vista x64. <img src='http://blogulate.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>I tried using 127.0.0.1/site and a few other tricks I found on the Internet, but still fires the error when I rename the htaccess.txt file.</p>
<p>Any idea, guys?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
