There must be a situation where we need to redirects all non www requests to www. We can easily redirect user from non-www to www url string using following ways. for example , if a user makes a request for http://mysite.com/param1/param2, so with the help of .htaccess file we can easily rewrite the request in the browser as http://www.mysite.com/param1/param2
0 Comment(s)