Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I resolve this 403 forbidden error
    primarykey
    data
    text
    <p>I have a vhost on a Centos machine (Linux i-8941-35408-VM 2.6.18-308.11.1.el5xen #1 SMP Tue Jul 10 09:29:47 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux). My Vhost config file is as follows</p> <pre><code>&lt;VirtualHost *:80&gt; ServerAdmin myemail@gmail.com ServerName subdomain.domain.biz ServerAlias sudomain.domain.biz DocumentRoot /home/myfolder/public_html/subdomain.domain.biz/public LogLevel warn ErrorLog /home/myfolder/public_html/subdomain.domain.biz/log/error.log CustomLog /home/myfolder/public_html/subdomain.domain.biz/log/access.log combined &lt;Directory /home/myfolder/public_html/subdomain.domain.biz/public&gt; Options FollowSymLinks -Indexes -Includes #What about Multiviews for Options above AllowOverride All Order allow,deny Allow from all &lt;/Directory&gt; </code></pre> <p>I do not have a .htaccess file. </p> <p>The directory listing of the "public" folder is as follows</p> <pre><code>-rw-r--r-- 1 root root 2763 Jan 22 07:11 FailedTRAN.php -rw-r--r-- 1 root root 11890 Jan 22 18:54 GetHandleRESponse.old -rwxrwxrwx 1 root root 12024 Jan 23 17:14 GetHandleRESponse.php drwxr-xr-x 2 root root 4096 Jun 9 2012 images -rw-r--r-- 1 root root 2562 Jan 22 07:11 Index.html -rw-r--r-- 1 root root 9556 Jan 23 18:21 SendPerformREQuest.php -rw-r--r-- 1 root root 3396 Jan 22 07:11 StatusTRAN.php </code></pre> <p>I am able to access the Index.html from my browser, However any attempt to access GetHandleRESponse.php results in a 403 Forbidden error. So when I send out a request to another server the other server has to post its responses by accessing the GetHandleRESponse.php page. This fails. I am unable to figure out why this is the case. Any help would be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload