We have two domains, example.com and example.net· We want every request to example.net to redirect to example.com/example_section/index.jsp. How can we achieve that?
We have two domains, example.com and example.net · We want every request to example.net
Share
In a .htaccess file on the server
Or you can create page at
http://www.example.net/index.jsppage and addOr you can write on the same page
This will forward the page.