View Full Version : How do I change our URL?
Av8or
04-23-2006, 07:24 AM
We are using a DNN site, and right now our URL is www.oursite.com/dnn (http://www.oursite.com/dnn)
How do I change that to www.oursite.com (http://www.oursite.com) ?
Thanks folks.
J.Bey
04-23-2006, 08:13 AM
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 (http://www.oursite.com/dnn)
Happy programming!http://community.discountasp.net/emoticons/lol.gif
J. L.
Technical Support/IT Admin/MIS Developer
Maxtop Enterprises Inc.
http://www.maxtop.ca</CODE>
flanakin
05-11-2006, 05:24 AM
Setup a portal alias for your root domain, then move your files from the DNN directory to the root.
bruce
05-11-2006, 08:29 AM
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 (http://www.DiscountASP.NET)
vBulletin® ©Jelsoft Enterprises Ltd.