How can I give download access to files outside public_html directory?

前端 未结 3 968
囚心锁ツ
囚心锁ツ 2021-01-06 08:46

I have files stored outside the public_html folder for security purposes. However, I would like to link to specific files somehow where a user could download one of these fi

3条回答
  •  悲&欢浪女
    2021-01-06 09:49

    It is not possible to for paths outside the public_html.

    mod_rewrite only rewrites the request, but the path still should be available to the users.

提交回复
热议问题