Unstoppable Domains

.exe web pages?

Spaceship Spaceship
Watch

silentkiller

Established Member
Impact
1
Any idea how do I display a webpage before a file download begins?

For example, someone downloads the file directly from www.abc.com/file.exe

A page will be displayed to the user and the download will begin in like a 5 or 10 seconds.

Sorry if i failed to explain myself clearly :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
0
•••
Thank you! I get the idea.. :)
 
0
•••
Code:
RewriteEngine on
RewriteRule ^(.*).exe$ /dl_file.php?file=$1.exe

Could use something similar^ for redirecting. Which whatever.com/somefile.exe etc will all be directed to whatever.com/dl_file.php?file=somefile.exe.

Then the actual pause in the download can be done in dl_file.php. Make any sense? Sorry if not, 5 am..no sleep ;)
 
1
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back