404 - Page Not Found

The page that you are looking for could not be found. I recently switched to a new content management platform so some of the old links no longer work. Below are the search results based on the link that you clicked on.

.htaccess Updated

I finally took some time and wrote the simple .htaccess rule for redirecting traffic from farhan-ahmad.net to thebitguru.com. Both the domains are served through the same directory so I just updated the .htaccess file and added the following rules above the Rails rules.

RewriteCond %{HTTP_HOST} (www.)?farhan-ahmad.net$ [NC]
RewriteRule ^(.*)$ https://thebitguru.com/$1 [L,R]

Setting up Capistrano on Site5

This article walks you through how to setup the rails deployment tool called Capistrano to deploy your Rails application to a Site5 server. This walk-through is geared towards Site5, but this will be useful even if you have a different hosting company.