I have some important PHP scripts on my server.
My problem is that with the help of a download manager, the user can download those scripts and thus can view the entire source code.
For e.g:- If my php script's URL is
www.mydomain.com/index.php
Then the user is able to download the "index.php" script by entering the above URL in a download manager and thus seeing how the coding is done.
I do not want the users to be able to download the scripts.
Please suggest me a solution for it.