URL in action
-
I want to create url for persons. Suppose a person picks url name as amit..then url will be www.xyz.com/amit. I taken one field as url in database. Now the problem is when I will type www.xyz.com/amit in browser my home page should be displayed..How to do this..?
-
I want to create url for persons. Suppose a person picks url name as amit..then url will be www.xyz.com/amit. I taken one field as url in database. Now the problem is when I will type www.xyz.com/amit in browser my home page should be displayed..How to do this..?
Hi You can keep any one file with file name from default.htm,default.html,index.html,or home.htm. Then you can keep this file as home page or can redirect to the home page. Working: The IIS will search for the default file if we didn't specify the exact file name. We can set the order of search for the default file in the IIS.
Gg