301 redirects + wildcards mid-URL

Hi guys,

I have a bunch of groups with varying names that I am trying to redirect the landing page (“/”) to “/forum”.

The URL format is …

site.com/groups/group-name-here
site.com/groups/group2-name-here

I want to redirect this URL (and not subfolders after it) to

site.com/groups/group-name-here/forum
site.com/groups/group2-name-here/forum

So the group-name-here is a wildcard that changes everytime.

What would be the 301 redirect for this?

Thank you!

Jason,

What have you tried?

Regards,

DK

Hi DK - a bunch of different options, mostly variations using (.*)$

But, I must admit, I’m a bit stumped.

Any ideas?

jp,

Other than reminding you GIGO (garbage in - garbage out): Inappropriate use of the (.*) garbage collector means that you get what you deserve.

Have a look at the tutorial in my signature as there is enough code there to get you started on your way. I don’t do coding for free but I’m more than willing to help you by correcting your code (which I’ve NOT seen) pointing out what “errors” you’ve made, why they are “errors” and how to correct them.

Regards,

DK