
Originally Posted by
Skip Hire
How did you get them there in the first place? FTP I am guessing in which case use your FTP client to browse to the files and remove them, then replace with a 404 page.
This is not correct (see reasons above)!
@melworks: You want to remove the redirects, not the destination url's right?
If you are hosted on Apache, the redirects will probably be set up in your .htaccess file in your domain root. (If not, tell me what type of server you are using and check to see if there are in fact files with those old urls... it's just possible that somebody set up "on-page redirects")!
To remove the redirects (on Apache) you access the .htaccess file (via FTP OR your sever control panel) and look for lines which look like this:
redirect 301 /old-url.php http://www.yourdomain.com/new-url.php
Delete those lines from your .htaccess file and save it... and that's it.
Comments on this post