HI to all,
I am using Red Hat Enterprise Linux ES 4. My Apache server is running fine. but when i am trying to browse my index.php file which is in /var/www/html/pragathi/index.php, it is showing below error...
Forbidden
You don't have permission to access /pragathi/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.52 (Red Hat) Server at 192.168.169.70 Port 80
and the Permissions are like
Quote:
[root@rajesh html]# ll
total 64
lrwxrwxrwx 1 root root 5 Nov 27 15:07 downloads -> /data
drwxr-xr-x 4 root root 4096 Nov 27 15:39 erg
drwxr-xr-x 2 root root 4096 Nov 27 14:40 ldata
drwxr-xr-x 2 root root 4096 Nov 27 18:13 Linux
drwxr-xr-x 4 root root 4096 Nov 29 08:38 pragathi
drwxr-xr-x 2 root root 4096 Nov 29 08:37 rahes
drwxr-xr-x 2 root root 4096 Nov 27 15:40 site
drwxr-xr-x 2 root root 4096 Nov 27 13:40 test
lrwxrwxrwx 1 root root 6 Nov 27 13:42 xyz -> /home/
|
and pragathi folder permissions are like:
Quote:
[root@rajesh pragathi]# ll *.php
-rwxr-xr-x 1 root root 41673 Oct 11 15:27 action.php
-rwxr-xr-x 1 root root 71357 Nov 27 16:46 adminaction_271106.php
-rwxr-xr-x 1 root root 71808 Nov 28 14:42 adminaction_28112006.php
-rwxr-xr-x 1 root root 71357 Nov 28 14:59 adminaction.php
-rwxr-xr-x 1 root root 784 Jul 19 14:44 adminlogin.php
-rwxr-xr-x 1 root root 6992 Nov 27 16:37 adminpage_271106.php
-rwxr-xr-x 1 root root 7397 Nov 27 16:40 adminpage.php
-rwxr-xr-x 1 root root 8377 Aug 31 17:05 bel.php
-rwxr-xr-x 1 root root 4842 Nov 27 15:13 dailyreport_271106.php
-rwxr-xr-x 1 root root 4842 Aug 11 17:14 dailyreport.php
-rwxr-xr-x 1 root root 6615 Jul 27 12:02 eveningreport.php
-rwxr-xr-x 1 root root 15842 Oct 2 18:28 holiday.php
-rwxr-xr-x 1 root root 19408 Nov 8 15:39 index.php
-rwxr-xr-x 1 root root 19146 Oct 17 17:58 index_testing.php
-rwxr-xr-x 1 root root 9571 Aug 30 11:56 monthlyreport26082006.php
-rwxr-xr-x 1 root root 14693 Sep 15 15:43 monthlyreport.php
-rwxr-xr-x 1 root root 71357 Nov 28 15:00 newadmin.php
-rwxr-xr-x 1 root root 20 Jul 19 14:44 phpinfo.php
-rwxr-xr-x 1 root root 28035 Jul 27 12:09 printview.php
-rwxr-xr-x 1 root root 10116 Jul 19 17:33 reports.php
-rwxr-xr-x 1 root root 329 Nov 11 14:35 servercnf.php
-rwxr-xr-x 1 root root 1895 Jul 25 16:40 shiftreport.php
-rwxr-xr-x 1 root root 2009 Oct 10 16:49 soaps.php
-rwxr-xr-x 1 root root 10697 Sep 6 15:53 vacation.php
|
Please help me to solve this problem
Thanks,,