58.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-14-2011, 08:38 PM (This post was last modified: 12-14-2011 08:41 PM by BlackhatSEO.)
Post: #1
htaccess Trick to Auto Download Files For Visitors
Here is a useful method for delivering multimedia file downloads to your users. Typically, browsers will attempt to play or stream such files when direct links are clicked. With this method, provide a link to a multimedia file and a dialogue box will provide users the choice of saving the file or opening it.

Here are a few htaccess rules demonstrating the technique (edit file types according to your specific needs):


Code:
# instruct browser to download multimedia files
AddType application/octet-stream .avi
AddType application/octet-stream .mpg
AddType application/octet-stream .wmv
AddType application/octet-stream .mp3

I'll share more helpful information/guide soon. [Image: smile.gif]
Press THANKS or REP me if you found it useful. [Image: cool.gif]
03-21-2012, 09:51 PM
Post: #2
RE: htaccess Trick to Auto Download Files For Visitors
it's useful to the hacker.
01-15-2014, 03:41 PM
Post: #3
RE:
Hi all. good lucky to you.
01-15-2014, 03:45 PM
Post: #4
RE:
good method




78.gif