Redirect in Javascript

Redirect in Javascript

this might be handy when you need to verify something before you redirect the page from the client.

var new_url = 'http://gullele.com';
window.location.replace(new_url);

Yup, native solution it is..

Force redirect http to https using htaccess

Check if Function Exists in Javascript

Redirect to home page on 404 – htaccess

how to get user input and process it in nodejs tutorial

how to display html files from node js example tutorial

a hello world tutorial using node js with http web server

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*