Please Follow Below Set of Steps to Redirect Non-www To www for your domain in asp.net or asp classic Web Application : -
1. Open web.config file of your Web Application
2. Before Closing of </system.webserver> Add below code in order to redirect your domain
from xyz.com to http://www.xyz.com for all pages of your website -
<system.webServer>
...
Showing posts with label Url Rewrite. Show all posts
Showing posts with label Url Rewrite. Show all posts
Tuesday, 6 December 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...