Posts: 25
vassorado
Joined: 25 Aug 2008
#1
Hi , im getting this message from the browser when i try to access any folder on /var/www/"any folder here"

the folders do have a index.php page

its not firewalled

and its even chmoded to 777 with -R

can anyone give me a hint on this?

thank you
Last edited by vassorado on 01 Apr 2009, 17:14, edited 1 time in total.
Posts: 58
wingevil
Joined: 18 Nov 2008
#2
...maybe you have in /var/www a .htaccess-file which denies any access...?
Posts: 25
vassorado
Joined: 25 Aug 2008
#3
Hi wingevil,

I tested a simple html page on a sub folder here at my job (also antiX M8) and it works fine (i will install mysql and php here later).

i will try looking for the file you sugestted when i get home.

then i will post here what i find out

Thank you
Posts: 25
vassorado
Joined: 25 Aug 2008
#4
no .htaccess on the system __{{emoticon}}__
any other idea?
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#5
If you don't have the php stuff installed you won't be able to read a .php file. Try it with index.html file.
Posts: 25
vassorado
Joined: 25 Aug 2008
#6
Hi eriefisher and wingevil,
looks like every time i tried to install php at always takes apache as dependency.

i originally installed php, apache2, mysql-server, phpmyadmin

i got this problem than removed apache and try to use lighttp, same problem , after some installs and removes i removed lighttp and reinstall apache and php and now it seems to be working just fine

Thank you for the help and sugestions