How to Get Rid of Internet Redirection
- 1). Sign into your Web host's server through the control panel on the hosting provider's content management system, or with a File Transfer Protocol application on your computer.
- 2). Double-click the "root" folder that contains the homepage and other content for your website. Most content management systems and FTP tools automatically open this folder by default.
- 3). Locate the ".htaccess" file in the root folder. This file includes a set of commands that controls address forwarding and visitor access to the site.
- 4). Double-click the ".htaccess" file to launch it in Microsoft Notepad, WordPad or your computer's default plain-text editor.
- 5). Read through the contents of the file to locate the line of code containing the Internet redirect code. The code will look like this: "Redirect 301 / http://www.website.com/" where "website.com" is the domain of the website to which your Web address is forwarded.
- 6). Highlight this entire line of code and press the "Delete" key on your computer keyboard. This removes the Internet redirect instruction. Save the edited file. When visitors enter your Web address into a browser, your own site will now display.
Source...