On the old MPSounds site SoundPacks were linked to like
www.mpsounds.net/?id=pack&id2=342,
but now they are like
www.mpsounds.net/soundpack.php?id=342
There seems to be quite a few links to the old soundpack style so I am getting a lot of 404 errors in my logs.
I'm trying to add a Mod_Rewrite rule, but so far with no luck, just wondering if anyone can help?
This is what I've tried:
code:
RewriteEngine on
RewriteRule ^\?id=pack&id2=([0-9]+)$ soundpack.php?id=$1 [R]