Category Archives: Technical How Tos

Amazon EC2 security group not working

I recently needed up update my Amazon EC2 Security Group to allow HTTP and HTTPS. This is a trivial task considering the fantastic tools they give you to easily do this. However to my dismay, every time I tried to … Continue reading

Posted in Amazon EC2, Technical How Tos | Leave a comment

php fgetcsv fails to detect line endings in macintosh csv files

I was recently working on a php script to import csv file data into a MySQL table. I was getting odd results in my table, and it appeared to me that the script was not respecting the line endings in … Continue reading

Posted in PHP | Leave a comment

Pretty Permalink Not Working 404 Not Found

I recently installed my new Blog on an Ubuntu server and when enabling pretty permalinks I was getting a 404 not found error. After some searching and testing with different .htaccess rules I decided to check if Apache was loading … Continue reading

Posted in WordPress | Leave a comment