by Aromal Rajagopal | Aug 27, 2009 | Quick fixes, Technical |
Issue : Users should not be able to add a particular domain ( say domain.com ) as an add-on domain or a parked domain. Fix : This can be easily accomplished on a cPanel server by the following steps : 1. Add the domain ( domain.com ) to the file...
by Aromal Rajagopal | Aug 27, 2009 | Client Success Stories |
This post is intended to share how we at InstaCarma were able to help one of our clients in achieving PCI Compliance and hence increase their customer base. This client* is basically a provider of e-commerce based hosting solutions. They deal with plenty of sensitive...
by Aromal Rajagopal | Aug 26, 2009 | Quick fixes, Technical |
Issue : Regardless of somebody accessing the site with or without the ‘www’ , it should always go to http://domain.com Solution : Use the following htaccess code : RewriteEngine on RewriteCond %{HTTP_HOST} ^www.domain.com RewriteRule ^(.*)...
by Aromal Rajagopal | Aug 26, 2009 | Quick fixes, Technical |
Issue : The old domain ( with and without ‘www’ ) needs to be forwarded to a sub-folder of the new domain. Solution : Use the following htaccess code : RewriteEngine on RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR] RewriteCond %{HTTP_HOST}...
by Aromal Rajagopal | Aug 23, 2009 | Client Success Stories |
InstaCarma has been providing Rails support since 2006. At that time, Rails was relatively new. Hence, there were lots of challenges associated with it. This write-up describes how we helped a start-up Rails web-hosting company* become one of the most reputed Rails...