Forum Moderators: coopster
idea.php?variable1=example1to
idea.php?variable1=example1&variable2=example2
Now, obviously these two URLs point to the same page. It's just that the extra variable was added to enable some internal processing.
Am I correct to assume that I can make a 301 redirect using PHP from
idea.php?variable1=example1to
idea.php?variable1=example1&variable2=example2
?
There are approximately 500 URLs involved.