imthebest
Well-known member
Hi guys,
I need help to redirect everything from:
to:
How I can do this?
Thanks!
I need help to redirect everything from:
Code:
http://www.mysite.com/forums/tags.php
http://www.mysite.com/forums/tags.php?tag=videos
http://www.mysite.com/forums/tags.php?tag=videos&page=2
http://www.mysite.com/forums/tags.php?tag=funny+stuff
http://www.mysite.com/forums/tags.php?tag=funny+stuff&page=2
to:
Code:
http://www.mysite.com/forums/tags/
http://www.mysite.com/forums/tags/videos/
http://www.mysite.com/forums/tags/videos/page-2
http://www.mysite.com/forums/tags/funny+stuff/
http://www.mysite.com/forums/tags/funny+stuff/page-2
How I can do this?
Thanks!