skip to Main Content

angularjs 1.3.16 routing with html5mode, url is updating but content not updating – SEO

We are using AngularJS version 1.3.16 and nodeJS as backend, ng-route for angular routing. Working code consists of #! as URL separator for node and angular. Example URLs: /store/1234/#!/department/produce /store/1234/#!/department/produce/category/fruits NodeJS Routing code: app.get('/store/:storeid', ctrl.storeView); Angular routing code: $routeProvider.when('/department/:deptIndex', {…

VIEW QUESTION

node + plesk + ssl : how to make them run together?

My client's websites runs a ssl generated by PLESK. I used to run node.js with SSL thanks to: var ssl = { key: fs.readFileSync('/etc/letsencrypt/live/mysite.com/privkey.pem'), cert: fs.readFileSync('/etc/letsencrypt/live/mysite/cert.pem') }; But I have no idea where PLESK did create these 2 files. I…

VIEW QUESTION
Back To Top
Search