Mounting HTML folder in Centos VirtualBox
I have a particular Linux set up I need to test something on, but I use a Mac, so I…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I have a particular Linux set up I need to test something on, but I use a Mac, so I…
Using Apache you can stop directory listing with this line in your .htaccess Options -Indexes Basically it says stop access…
If you ever find that you are creating a folder with PHP, and its immediately not writeable by Apache, then…
So you’ve made changes to your Apache config, but there are hundreds of uses currently online. To reload the config…
I found that after install MySQL and Apache/PHP – that the database connections didn’t work from PHP. They worked if…
I was having trouble with my VirtualHosts here. Some sites worked but some did not. It was down to the…
I was having trouble with my VirtualHosts here. Some sites worked but some did not. It was down to the…
I always forget the little bit about error reporting, so here is a step by step guide to getting Xdebug…