Home › Forums › Other › Help with 301 .htaccess › Reply To: Help with 301 .htaccess
October 23, 2014 at 4:21 pm
#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?