Skip to content

Year: 2016

Setup LAMP (Linux, Apache, MySQL, PHP) on Mac OS X 10.10 Yosemite

I downloaded a HTML5 and Javascript demo. When I attempted to browse to it, I encountered the infamous “XMLHttpRequest cannot load file:///” error.  The latest Chrome (and other modern browsers) won’t allow cross domain (a.k.a. cross origin) communication, which would occur when a page from one website domain attempts to…

Leave a Comment