I am creating a web site in which most of my files end in .php. However, i created a certain section in my website in which i would like that my php files in that section, will be downloadable files instead of open in a browser window.
Is there a way to go about this ?
P.s. What i did so far is created the downloadable php files to a zip file, and this works fine, however, if possible i would prefer leaving them as php files.
Thanks for any feedback.