Posted in December 2012

Redirect non-www requests to www urls

In one of my recent projects, i’ve faced a situation where i need to redirect non-www traffic to a canonical www. For someone who don’t understand the issue, i want my users who type http://foo.bar in their browsers to be redirected to http://www.foo.bar. The tried and tested way to achieve this redirect is through server configuration. I … Continue reading

Running windows applications on linux

When i started transitioning from windows to linux a few years ago, i used to have many doubts in my mind. I used to wonder what software to use for common tasks. Then i came across osalt which answered most of my questions.In that site, you can enter the name of the windows application and … Continue reading