Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...301 redirection in Dotnetnuke portal301 redirection in Dotnetnuke portal
Previous
 
Next
New Post
10/12/2010 4:06 AM
 
Hi ,
                Please tell me any one   I have a develop a portal in dotnetnuke for ex- (http://www.test.com) this is also open with http://www.test.com  this is not good for Search Engine  prospect(SEO) because goggle count duplicate content  if there is any option in in DNN to all pages of portals is automatic 301 redirect http:// to http://www. . This is possible to IIS setting but my hosting provider is not giving that option in IIS Setting. So please tell me any option in DNN Setting.



if you see in www.dotnetnuke.com  portal :
http://www.dotnetnuke.com/Partners/Ov...  if u open by http://dotnetnuke.com/Partners/Overvi...  then automaticlaly redirect :http://www.dotnetnuke.com/Partners/Ov...  then how it is possible .

page :

Regards
Ashish

Ashish Tiwari
 
New Post
10/12/2010 4:44 AM
 
for implementing canonical URLs, I suggest using UrlMaster von www.ifinity.com.au.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/13/2010 1:22 AM
 
Dear Sir, I am implementing the code: Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init If Not Request.Url.Host.ToLower().StartsWith("www") Then Response.Status = "301 Moved Permanently" Response.AddHeader ("Location", Request.Url.Scheme & "://" & "www." & Request.Url.Host & Request.Url.PathAndQuery) Response.End() End If End Sub URL is redirect to http://test.com/2/defaut.aspx to http://www.test.com/default.com?id=2 I want to to http://test.com/2/defaut.aspx to http://www.test.com/2/defaut.aspx So please help me. Regards Ashish

Ashish Tiwari
 
New Post
10/13/2010 7:09 AM
 
hi Every one ,
There is no need to UrlMaster von www.ifinity.com.au. for 301 redirection
to change the URL http://test.com to http://www.test.com
u can put this code in Skin file (skin.ascx) then redirect every page http://test.com to http://www.test.com

Code is:

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init


Dim str4 As String = Request.RawUrl

If Request.Url.Authority.IndexOf("www.") <> 0 Then


str4 = "http://www.test.com" & str4
Response.Redirect(str4)

End If


End Sub

Enjoy it??

Ashish Tiwari
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...301 redirection in Dotnetnuke portal301 redirection in Dotnetnuke portal


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out