How To Redirect From Non WWW To WWW in CakePHP
Hi Friends, Some days ago I was working on one cakePHP project in which I got one problem that I have to redirect domain name from non www to www , means If any one type domain name http://example.com then it should automatically redirect to http://www.example.com. It is very easy to do it in any other custom coded website and…
Read More »