How do I change our URL?

Discussion in 'HTML / PHP / JavaScript / CSS' started by Av8or, Apr 23, 2006.

  1. using meta tag refresh


    <meta http-equiv="refresh" content="0;url=www.oursite.com">


    The example above triggers immediate redirect when users type in www.oursite.com/dnn


    Happy programming![​IMG]

    J. L.
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  2. Setup a portal alias for your root domain, then move your files from the DNN directory to the root.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Michael made a viable suggestion if you do not intend to install other applications in your site.

    Note that you may have trouble if you want to install other applications in subdirectory because DNN web.config settings will inherit into sub directory.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page