Skip to Content

Author: admin

X-Cart Behind Load Balancer with SSL Termination

We recently had some issues with one of our X-Cart sites.  The site is behind a Cloud Load Balancer with SSL termination at Rackspace and X-Cart wouldn’t play nicely, it kept causing an infinite redirect loop because it wouldn’t detect that the request was already secure. The solution was to have X-Cart properly detect if the […]

Read more

Shipping a Prepopulated Database with PhoneGap

I needed to prepopulate a database file for a Phonegap project that I was working on. My database was 10mb, so loading it from a SQL file via AJAX on the first launch was not an option. After many hours, I finally figured out how to do it. Enjoy! I hope this can be useful […]

Read more
Back to top