I was looking through your code and saw this line
if ( !contentHtml ) {
document.location.href = url;
return false;
}
if contentHtml is empty, then the plugin is going to load the page the traditional way. i tried getting obtaining the home page using $.get() method and the resulting result was success with all the html codes.
this tells me that something is missing in the ajaxify plugin