atinder
says
i am trying to use autosave extension with Mamp (wordpress 3.3 installed in wordpress folder inside htdocs folder) but unable to configure it properly.
Can anyone help me who is using it.
i have tried with this thing in routes.js
exports.routes = [{
from: /^http:\/\/localhost\//,
to: '/Volumes/wordpress/'
}];
