Fellas i used to have a eblah forum and the url was http://www.maturevideogamer.co.uk/forum/Blah.pl?†this was submitted to loads of sites and is still getting loads of traffic and i want to take advantage of that. The url is now http://www.maturevideogamer.co.uk. I have a hosting with apache. cheers
You can create a .htaccess file in your / directory. Edit: It needs to be like this (for some reason I wrote it up wrong): Redirect /forum/Blah.pl http://www.maturevideogamer.co.uk Code (markup):
I have done this one as my sites say this is best but still no joy. Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^maturevideogamer\.co\.uk/forum/Blah\.pl [NC] RewriteRule ^(.*)$ http://www.maturevideogamer.co.uk/index.php [R=301,L]