|
Apache "per-user" directories
Okay I'm at my wits end here. I've been searching all over the place and can't seem to find a solution to my problem. So, I'm going to ask my question here. Anyhow, I'm running an apache server on my Linux Box with php. Everything works great when I set up an index.php file and access it via my browser (localhost that is). So, I set up to have "per-user" directories and my "public_html" directory in my home folder. I then made my "index.php" and "index.html" file to test it out. When I went to the address (localhost/~joe) I saw nothing. I then specified the index.php file in the address bar and still I see nothing. I specified the index.html file and saw my html file. So there's my problem. It would seem that I missed something regarding directory indexes for user directories. Who knows. But if anyone can tell me why I cannot access php from my user directory and why it doesn't point to any index file, please do. I'd like to figure this out. Thanks in advance......
|