|
Hi,
I've recently moved from Perl to PHP pages on my Short Story site, but there's still a fair amount of traffic trying to access the Perl pages, which now don't exist. The only difference between the url's is the file extension in all cases.
Here's an example:
The original page was /story.pl?s=756
New page is /story.php?s=756
The only difference is the file extension in all cases.
Is there any simple way to use Mod_Rewrite etc to redirect anyone trying to access the Perl pages to the equivalent PHP page?
Cheers!
(EDIT: I've tried a few different ways within .htaccess, but just can't seem to get it right...)
Last edited by Marc Timberlake; 02-20-2007 at 11:29 AM..
|