Ubuntu 12.04 Apache 2 - Inline CSS working but external CSS not working

Solution 1:

I also had faced the same problem but I got a solution. The solution is:

<link href="./css/stylesheet.css" rel="stylesheet" type="text/css" />

Note that the "." before "/css" is indicating the current working directory on Ubuntu. I hope this will help you.