I am designing a database which can be accesses after log in to server . I have provided a link on home page to open a server login page but when i Log in with user I and password it opens a default page of server.I want to open my database home page after log in to server…
Subject: After login from server login page how to redirect browser to open other page rather than default page?
Are you actually linking to the Login page?
Instead link to your target URL. If they are not authenticated they should get redirected to the login page. The Login page should then direct them back to the referring URL (the original target.)