MacOS, MongoDB and couldn’t connect to server 127.0.0.1:27017
28 June 2021 | Category: MongoDB, Server Side | Comments (0)
Recently I’ve got the following issue:
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb Error: couldn't co[......]
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 .[......]