Expires header for fonts do not working
2 July 2013 | Category: Browsers, Optimizing, Server Side | Comments (0)
If you specify Expires
header with future date then you may expect that specified fonts (I use woff, ttf, otf and eot) will be cached in browser local[……]
Redirecting non-www to www with .htaccess
28 April 2013 | Category: Server Side | Comments (0)
If you want to redirect from URL without www (example.com
) to URL with www (www.example.com
) then this can be done easy be adding following rules to .[......]