Hello,
Here is my problem. I want to develop a simple site (I am beginner) and I want to keep some scripts and important things away from a public area.
So I want to have hierarchy of directories like this:
/:
>> index.php
>> includes
>> logs
>> public:
>>>> index.php
>>>> stylesheets
>>>> javascripts
>>>> images
I want to set root directory to public so when user will type the address of my site into his browser, for example: www.mysite.com he will actually open index.php from public directory not from / directory having this way no access to logs, includes, etc. I hope you know what I mean. Please reply ASAP:)
Cheers
