PDA

View Full Version : Hosting .JAD files for BlackBerry OTA installs



WillJitsu
09-09-2008, 11:54 AM
Is it possible to perform the steps in the following article so that I can host .JAD files to install a program OTA from my BlackBerry?

http://rivviepop.wordpress.com/2006/01/27/configuring-apache-for-mobile-browsing/

Early Out
09-09-2008, 01:23 PM
It looks like all you need to do is create a subdirectory to hold the stuff, create the .htaccess file they've described in there, and stash it in the same subdirectory. A .htaccess file is just a text file, so you can create it in any text editor, and upload it wherever you want it. Just don't put it at the top of public_html, since you don't want at least a couple of those options applying to the rest of your stuff. Put it in the subdirectory dedicated to the JAD files.

WillJitsu
09-09-2008, 02:41 PM
Excellent. That worked. Thanks!