Host Multiple Sites on a Single Amazon EC2 Instance

Construction cranes

Here’s how to host multiple sites on your EC2 instance running the Amazon Linux AMI.  Remember to make a backup of your instance before proceeding. Assign a Static IP Address The first thing you should do, if you haven’t already, is assign a static IP address to your EC2 instance. You can do this in the Amazon … Read more

Modify Your .htaccess File to Eliminate Query Strings and Make Pretty URLs

Mod Rewrite screeenshot

I developed a website for a client that would display different photos based on a query string in the URL.  An example of this type of URL would be “http://mysite.com/album.php?photo=ab12345”. But, that is an ugly URL. Not only that, some people claim it’s not ideal for SEO.  Much better would be “http://mysite.com/ab12345”.  Here’s how to … Read more

Make Any WordPress Theme Responsive (Mobile-Friendly)

WordPress structure

Here is the scenario: You’ve searched high and low and found the perfect WordPress theme for yourself or your client. But, there’s one big problem: it’s not mobile-friendly. With mobile web traffic soon expected to exceed desktop web traffic, being mobile-friendly is critical. I often have to go through the exercise of converting a non … Read more

Trademark Your Website or Blog Name

One of my blogs reached a level of popularity and income where I started thinking about trademarking the name of the site. I figured that would protect it from someone trying to steal my URL by changing “.com” to “.info” or whatever. I hate legal stuff but I went ahead and did a bunch of … Read more

Add Your Website Icon to the Browser Tab

favicons

The little icon that shows up in each web page’s browser tab is called a “favicon”.  Adding this tiny detail really gives your website a professional appearance in the browser.  Here’s how to do it. If You’re Using WordPress… WordPress provides a way to specify the favicon. Log into your site and go to Appearance … Read more