Hi,

I'm trying to run localhost using mamp on mac os x and it seems that it's blocking all javascript files. As a result, the site load improperly with this message

Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?
URL: localhost:8888/flynax/libs/ajax/xajax_js/xajax_core.js
When I copy paste this url
localhost:8888/flynax/libs/ajax/xajax_js/xajax_core.js
The script load properly so the url should be fine.

So after reading some thread on flynax forum I think I can fix this problem with these 2 possible solutions?
1. Disable prefix WWW. How do I do it with a backup flynax website that has prefixed chosen?
2. Disable SSL. I recently has SSL installed before making the backup site to run on localhost. Is that a problem? If so how do I fix it so javascript will load properly?

Thank you for your time