I’m testing out Bootstrap 3.1.1 by redoing the design of a very old site of mine, running on Php 5.3 on a Windows 2008/IIS 7 server. The new version of the site has been slow at loading the iconsĀ (wich are a Glyphicons web font) for buttons and when I check the Javascript console in Chrome… Continue reading Solution: Bootstrap glyphicons-halflings-regular.woff 404 not found
Tag: Windows Server 2008
Install cURL PHP Extension on Windows IIS
I tried to run a new PHP script that someone else wrote for me on my Windows Server 2008 and got some errors relating to cURL such as this: Fatal error: Call to undefined function curl_multi_init() First I spent a lot of time trying to find information on how to install cURL on a Windows… Continue reading Install cURL PHP Extension on Windows IIS