ts2000abc Posted July 2, 2009 Share Posted July 2, 2009 I have one folder that includes .zip files (mydomain.com/downloads/). I want to limit access to these files (users should register first and get the download link afterwards). Basically users should not be able to request these files straight (like typing /downloads/file.zip to their browsers) Users should be only able to access these files through one download file (mydomain.com/download.php?variable=something). So is there a way to hide/deny access to these files before registration/sign up? Link to comment https://forums.phpfreaks.com/topic/164483-htaccess-limiting-access-to-certain-file-typesfolders/ Share on other sites More sharing options...
trq Posted July 2, 2009 Share Posted July 2, 2009 Take a look at this thread I replied to yesterday. Link to comment https://forums.phpfreaks.com/topic/164483-htaccess-limiting-access-to-certain-file-typesfolders/#findComment-867695 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.