apache
How to fix ‘404 File not found’ when running HHVM in Vagrant
When you try to use HHVM inside Vagrant with Apache, you might stumble on the error that when you reload your site, the only notice you see is “404 File not found”. Chances are that this is because you’ve set your document root of your website inside Vagrant to something different than /var/www . The fix for this read further ...How to install XDebug on OSX
As a follow-up on my previous post, this post explains how you can easily install XDebug on your OSX webdevelopment configuration, making your life as a developer a whole lot easier.read further ...How to prepare OSX for local webdevelopment
In this article, I will explain how you can setup an Apache/Mysql/Php-server on OSX for your local development. The fun part is that I will also explain how you can configure OSX so that requests to http://*.dev/ are being transfered to the right directory.read further ....htTool: a tool for creating .htaccess files
.htTool is a small tool I created some time ago to make it easier to create .htaccess files. Many times when I had to create a .htaccess file I ended up copy/pasting some chunks of code from other .htaccess-files and Googling the rest. So I thought: “Hey! It should be easier to create a .htaccess read further ...