When I access my main site, it loads with a standard url:
www mysite com
When I access my child site, it does the following:
www mysite com/child1/default.aspx?alias=www mysite com/child1
When I do searches on my site, search engines all return this url which looks bad. I am assuming this is needed upon first load so that DNN knows which portal alias to use and portal to load.
Is there a way to avoid this? I was thinking that you could use the URL rewriter. Would the SiteUrls.config work
(http://forums.asp.net/888126/ShowPost.aspx)? Could I add rules such as:
replace "?alias=www mysite com/child1" with ""
Thanks,
Jason