Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Help with 301 .htaccess Reply To: Help with 301 .htaccess

#186966
__
Participant

Ahh — yeah, your examples have been a bit inconsistent. It’s not a big thing to change. Again, there’s no “wildcard” in regex. You can do .* (as I did above), which means “zero or more of any character”.*

* except a newline, but that isn’t particularly important with URLs.

But, let me ask you this: do you want to redirect every URL? or only the blog entries? From your description, I would assume the latter.

And I would like to echo chrisburton’s confusion over the repetitiveness of new URL structure. Have you thought about fixing it?