Is it possible to hide the php files or hide a folder with php files from FTP user accessing? But the files can be executed on a webserver?
1 Answer
You may hide those files using the HideFiles directive. Then you must treat those files as if they don't exist, using the IgnoreHidden directive.