0 LIKES LikeUnLike
I want to redirect http://www.dl-share.co.uk, i am doing this by applying the following PHP code to my index file :<?phpheader( "HTTP/1.1 301 Moved Permanently" );header( "Status: 301 Moved Permanently" );header( "Location: http://www.dl-share.co.uk/" );exit(0); ?> But when i type in http://dl-share.co.uk for it to redirect, i get a redirect loop error and says request can never be completed !Can anyone help me?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 3 answers.