I wanted to use my own domain name to display a public Dropbox folder. I had no interest in IFrames or HTML framesets so I turned to PHP. It only takes a few quick lines of PHP to tackle this. First use file_get_contents() to retrieve the page. Then use html_entity_decode() to clean up the results. […]
Domains
Use Custom Domain with Dropbox
I wanted to be able to share links to files in my Dropbox using my own domain instead of http://dl.dropbox.com/u/1234567/… I created a subdomain, dl and pointed it to a directory on my hosting account. In that directory I placed an .htaccess file with the code below. Now I can share files from my Dropbox […]