当前位置:首页>软件中心>软件设置>使网址文件直接下载文件

使网址文件直接下载文件

介绍

    在下载的文件目录添加.htaccess规则

    <FilesMatch "\.(?i:txt|reg|pdf)$">

        ForceType application/octet-stream

        Header set Content-Disposition attachment

    </FilesMatch>

    RewriteEngine On


    直接下载 txt reg pdf 文件