I am in a problem. I think its a very silly problem but believe me I m stuck in it !!
Suppose I have a RHLinux box named killer.net . Now I have an user named xtc. Web server has been installed here. Now, when ever i give
http://xtc.killer.net , the browser shows me the page which is located in my /home/xtc/public_html and named index.html.
I guess so far its correct. Now comes the probelm. IF i create a folder suppose named hacker and put a file like BNC.gz (say). Now if a place a url named
http://xtc.killer.net/hacker/bnc.gz ..the browser returns nothin fruitful than a page showing THE FILE COULD NOT BE FOUND IN THE SERVER.
So plz help me . I need this solution asap for some file hosting.This may b due to proper permission. But I have tried both. I mean chmod 644 * or chmod -rw-r--r--..nothin works for me :[ Infact In my shell if I have logged as a non root user [but as a user under which acc that public_html placed] I can't access them due to not having proper permissions. Looking forward to get help from you.