D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
dl.apkboul.com
/
Filename :
index.php
back
Copy
<?php $filename = basename($_SERVER['REQUEST_URI']); // Change this to your actual bucket name $bucket = 'your-bucket-name'; // Build the Backblaze file URL $remote_url = "https://f005.backblazeb2.com/file/$bucket/$filename"; // Redirect to the actual Backblaze file header("Location: $remote_url"); exit; ?>