indirect path for download files
        Posted  
        
            by Mac Taylor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mac Taylor
        
        
        
        Published on 2010-03-25T08:49:18Z
        Indexed on 
            2010/03/25
            8:53 UTC
        
        
        Read the original article
        Hit count: 306
        
php
hey guys
i need to create a download section on my website , but as i concern , i want my users can only download files with indirect links , to prevent them from sharing my files on my server
such as :
http://mysite.com/download/12.zip
to
is there a way in php to do so ?
© Stack Overflow or respective owner