<?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: Apache 403 Forbidden Error and Solution</title> <atom:link href="http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: ktbiz</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-67463</link> <dc:creator>ktbiz</dc:creator> <pubDate>Mon, 23 Jan 2012 21:34:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-67463</guid> <description>If you&#039;ve set up the alias correctly and your permissions are okay and you&#039;re STILL getting a forbidden error when you try to access your file, I may have the solution for you.  Your operating system may be running SELinux (Security Enhanced Linux) which could limit your permissions to files beyond the normal linux protection mechanisms.  To test, run the command &quot;setenforce 0&quot; to set SELinux to permissive mode, then try again.  This fixed a problem for me that I had been struggling with for quite a while.</description> <content:encoded><![CDATA[<p>If you&#8217;ve set up the alias correctly and your permissions are okay and you&#8217;re STILL getting a forbidden error when you try to access your file, I may have the solution for you.  Your operating system may be running SELinux (Security Enhanced Linux) which could limit your permissions to files beyond the normal linux protection mechanisms.  To test, run the command &#8220;setenforce 0&#8243; to set SELinux to permissive mode, then try again.  This fixed a problem for me that I had been struggling with for quite a while.</p> ]]></content:encoded> </item> <item><title>By: RG</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-67046</link> <dc:creator>RG</dc:creator> <pubDate>Tue, 17 Jan 2012 10:14:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-67046</guid> <description>Curious behaviour in apache for windows (2.2.16), without &quot;\&quot; ending the directory in an Alias I get a 403, added to the path and then everything&#039;s ok...</description> <content:encoded><![CDATA[<p>Curious behaviour in apache for windows (2.2.16), without &#8220;\&#8221; ending the directory in an Alias I get a 403, added to the path and then everything&#8217;s ok&#8230;</p> ]]></content:encoded> </item> <item><title>By: Dhananjay</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-66601</link> <dc:creator>Dhananjay</dc:creator> <pubDate>Tue, 10 Jan 2012 14:20:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-66601</guid> <description>Sir, i have a problem in my cell Nokia- C5 that whenever i use to download any video .After 1 or 2 minute there occurs error code 403 forbidden and downloading fails.plz suggest me what i have to do.</description> <content:encoded><![CDATA[<p>Sir, i have a problem in my cell Nokia- C5 that whenever i use to download any video .After 1 or 2 minute there occurs error code 403 forbidden and downloading fails.plz suggest me what i have to do.</p> ]]></content:encoded> </item> <item><title>By: j</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-65023</link> <dc:creator>j</dc:creator> <pubDate>Thu, 01 Dec 2011 03:16:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-65023</guid> <description>Thanks, very helpful i only needed to read the first couple of paragraphs to have my problem solved.</description> <content:encoded><![CDATA[<p>Thanks, very helpful i only needed to read the first couple of paragraphs to have my problem solved.</p> ]]></content:encoded> </item> <item><title>By: rob Alferink</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-64516</link> <dc:creator>rob Alferink</dc:creator> <pubDate>Wed, 16 Nov 2011 23:05:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-64516</guid> <description>hi  i was successfully on website  then suddenly bounced off was just lurking for several hours,the little login box would not let me log back in   i tried clearing cookies   no luck   can you help me get reconnected  tanxxxxx</description> <content:encoded><![CDATA[<p>hi  i was successfully on website  then suddenly bounced off was just lurking for several hours,the little login box would not let me log back in   i tried clearing cookies   no luck   can you help me get reconnected  tanxxxxx</p> ]]></content:encoded> </item> <item><title>By: Eran</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-64221</link> <dc:creator>Eran</dc:creator> <pubDate>Tue, 08 Nov 2011 10:58:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-64221</guid> <description>Thanks for the tips.
Eventually what solved the problem for me was changing permission within  the .htaccess file which was located in my root directory (www).
I installed Apache server on Windows XP. When I connected as localhost everything worked fine. When I tried to connect through another browser using the IP address, I got an error message
&quot;403 Forbidden You don&#039;t have permission to access / on this server.&quot;
Changing the permissions within the .htaccess file from &quot;Deny from all&quot; to &quot;Allow from all&quot; did the trick.
Thanks.</description> <content:encoded><![CDATA[<p>Thanks for the tips.</p><p>Eventually what solved the problem for me was changing permission within  the .htaccess file which was located in my root directory (www).<br
/> I installed Apache server on Windows XP. When I connected as localhost everything worked fine. When I tried to connect through another browser using the IP address, I got an error message<br
/> &#8220;403 Forbidden You don&#8217;t have permission to access / on this server.&#8221;<br
/> Changing the permissions within the .htaccess file from &#8220;Deny from all&#8221; to &#8220;Allow from all&#8221; did the trick.</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Bart</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-63991</link> <dc:creator>Bart</dc:creator> <pubDate>Tue, 01 Nov 2011 03:21:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-63991</guid> <description>thx, you made my day!</description> <content:encoded><![CDATA[<p>thx, you made my day!</p> ]]></content:encoded> </item> <item><title>By: Tom N</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-63331</link> <dc:creator>Tom N</dc:creator> <pubDate>Sun, 09 Oct 2011 19:15:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-63331</guid> <description>I found that the default security in version 2.2 and beyond does not include the localhost directory. (C:\Program Files\Apache Software Foundation\Apache2.2\htdocs)   You need to add a setting allowing scripts run from this directory (This is so Stupid!)
what to do:
Version 2.2 also changed some of the default security configuration parameters. To set things up the way you&#039;ll need them, you&#039;ll need to add the following block to either your httpd.conf file, just above the virtual hosts, or to your httpd-vhosts.conf file:
Order Deny,Allow
Allow from all
Do this for any directory you setup using Virtual hosts as well.  Just change the directory and leave everything else alone.</description> <content:encoded><![CDATA[<p>I found that the default security in version 2.2 and beyond does not include the localhost directory. (C:\Program Files\Apache Software Foundation\Apache2.2\htdocs)   You need to add a setting allowing scripts run from this directory (This is so Stupid!)</p><p>what to do:<br
/> Version 2.2 also changed some of the default security configuration parameters. To set things up the way you&#8217;ll need them, you&#8217;ll need to add the following block to either your httpd.conf file, just above the virtual hosts, or to your httpd-vhosts.conf file:</p><p> Order Deny,Allow<br
/> Allow from all</p><p>Do this for any directory you setup using Virtual hosts as well.  Just change the directory and leave everything else alone.</p> ]]></content:encoded> </item> <item><title>By: Sam Tuke</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-63275</link> <dc:creator>Sam Tuke</dc:creator> <pubDate>Fri, 07 Oct 2011 12:30:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-63275</guid> <description>SELinux is also a very likely culprit on RHEL/CentOS systems.
See: http://www.phpfreaks.com/forums/index.php?topic=243271.0
Try this command:
chcon -R -h -t httpd_sys_content_t /web/directory/</description> <content:encoded><![CDATA[<p>SELinux is also a very likely culprit on RHEL/CentOS systems.</p><p>See: <a
href="http://www.phpfreaks.com/forums/index.php?topic=243271.0" rel="nofollow">http://www.phpfreaks.com/forums/index.php?topic=243271.0</a></p><p>Try this command:</p><p>chcon -R -h -t httpd_sys_content_t /web/directory/</p> ]]></content:encoded> </item> <item><title>By: afzal</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-62618</link> <dc:creator>afzal</dc:creator> <pubDate>Wed, 21 Sep 2011 03:37:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-62618</guid> <description>You don&#039;t have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</description> <content:encoded><![CDATA[<p>You don&#8217;t have permission to access / on this server.</p><p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> ]]></content:encoded> </item> <item><title>By: afzal</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-62617</link> <dc:creator>afzal</dc:creator> <pubDate>Wed, 21 Sep 2011 03:33:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-62617</guid> <description>my web is showing forbiden error403</description> <content:encoded><![CDATA[<p>my web is showing forbiden error403</p> ]]></content:encoded> </item> <item><title>By: varnikhaa</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-62067</link> <dc:creator>varnikhaa</dc:creator> <pubDate>Thu, 01 Sep 2011 05:12:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-62067</guid> <description>please help me how to login this web page.</description> <content:encoded><![CDATA[<p>please help me how to login this web page.</p> ]]></content:encoded> </item> <item><title>By: chy</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-61444</link> <dc:creator>chy</dc:creator> <pubDate>Wed, 10 Aug 2011 07:43:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-61444</guid> <description>delete the file name .htaccess
it can solve your problem (just for a while)</description> <content:encoded><![CDATA[<p>delete the file name .htaccess<br
/> it can solve your problem (just for a while)</p> ]]></content:encoded> </item> <item><title>By: mike</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-61366</link> <dc:creator>mike</dc:creator> <pubDate>Sat, 06 Aug 2011 21:03:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-61366</guid> <description>im still having this error. I dont understand how to fix this. Can someone help me through teamviewer?</description> <content:encoded><![CDATA[<p>im still having this error. I dont understand how to fix this. Can someone help me through teamviewer?</p> ]]></content:encoded> </item> <item><title>By: alex</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-61202</link> <dc:creator>alex</dc:creator> <pubDate>Mon, 01 Aug 2011 11:58:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-61202</guid> <description>help problema 403 after install csf firewall,
remove but problem  no resolve</description> <content:encoded><![CDATA[<p>help problema 403 after install csf firewall,<br
/> remove but problem  no resolve</p> ]]></content:encoded> </item> <item><title>By: philip</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-60542</link> <dc:creator>philip</dc:creator> <pubDate>Thu, 07 Jul 2011 16:49:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-60542</guid> <description>Recently I often receive on my e-mail a mail from (same) person. I know this person ,(my sister in law)
The message sais &quot;HTTP 403 Forbidden. I am sure she is not sending me any XSXX or something like that.
What can I do to get rid of that? Her e-mails are coming from her to sevreal other people.</description> <content:encoded><![CDATA[<p>Recently I often receive on my e-mail a mail from (same) person. I know this person ,(my sister in law)<br
/> The message sais &#8220;HTTP 403 Forbidden. I am sure she is not sending me any XSXX or something like that.<br
/> What can I do to get rid of that? Her e-mails are coming from her to sevreal other people.</p> ]]></content:encoded> </item> <item><title>By: nan</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-60446</link> <dc:creator>nan</dc:creator> <pubDate>Mon, 04 Jul 2011 04:30:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-60446</guid> <description>Thank you so much! This is the only answer I’ve found in my 2 hours of searching that actually helped to solve my problem</description> <content:encoded><![CDATA[<p>Thank you so much! This is the only answer I’ve found in my 2 hours of searching that actually helped to solve my problem</p> ]]></content:encoded> </item> <item><title>By: Nikayla</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-60398</link> <dc:creator>Nikayla</dc:creator> <pubDate>Sat, 02 Jul 2011 04:00:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-60398</guid> <description>Hi there..
can support for my problem?
I got error 403 after file chmod permission on my ftp site
and I cant fix this
helppp.....</description> <content:encoded><![CDATA[<p>Hi there..</p><p>can support for my problem?<br
/> I got error 403 after file chmod permission on my ftp site<br
/> and I cant fix this</p><p>helppp&#8230;..</p> ]]></content:encoded> </item> <item><title>By: Charles</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-60031</link> <dc:creator>Charles</dc:creator> <pubDate>Thu, 16 Jun 2011 04:55:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-60031</guid> <description>Pls can somebody help me out,I am working with my server but I dont know how it turned back 2 tell me that I forbiden from hph that 403 error forbidden additionally i am tryin 2 use error document.Pls what do that mean.And have exam today I need browse it out.Pls i beg 4 ur urgent aid</description> <content:encoded><![CDATA[<p>Pls can somebody help me out,I am working with my server but I dont know how it turned back 2 tell me that I forbiden from hph that 403 error forbidden additionally i am tryin 2 use error document.Pls what do that mean.And have exam today I need browse it out.Pls i beg 4 ur urgent aid</p> ]]></content:encoded> </item> <item><title>By: koby</title><link>http://www.cyberciti.biz/faq/apache-403-forbidden-error-and-solution/#comment-59696</link> <dc:creator>koby</dc:creator> <pubDate>Mon, 30 May 2011 04:35:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/apache-403-forbidden-error-and-solution.php#comment-59696</guid> <description>It refers to unix/linux users... which you apparently not one..</description> <content:encoded><![CDATA[<p>It refers to unix/linux users&#8230; which you apparently not one..</p> ]]></content:encoded> </item> </channel> </rss>
