I want to change the landing page after login? Please explain me how can i replace the default landing page to new landing page.
I want to change the landing page after login? Please explain me how can i replace the default landing page to new landing page.
The site in your profile shows you as a company that helps people looking for PHP Developers, Joomla Devlopers, Magento Developers, SEO Experts and website designers and you are asking how to redirect one web page to another?Originally Posted by hirephp
I hope that no-one pays you for your services.
In theory this person might be on the business end of things.
Anyway, if you're talking about changing the default page period, you can do a rewrite in your .htaccess file. Otherwise you can just use a php header redirect or something.
Each and every login page uses a form in which you have an action attribute. so if you change the action attribute to the url of your new page, after login you will be navigated to the new page and not the old one.