View Single Post
  #2 (permalink)  
Old 04-22-2008, 09:30 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,768
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Redirect old url for search engine purposes.

If all you are doing is redirecting http://yourdomain/folder/script.pl to http://yourdomain/ you can use a simple redirect script. Create a file in the root directory of your web site called .htaccess, with the following line of code:
Code:
Redirect 301 /forum/Blah.pl http://www.maturevideogamer.co.uk
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote