Not found URL:
[not url]http://www.serviceacademyforums.com/tags/index.php/1st-time-through/[/url]
These are all (I'm assuming) leftovers of the Zoints tag system. I used one of the mods here to import them all to the vB tags system, but google still has some of the links.
I wanted to redirect to:
[not url]http://www.serviceacademyforums.com/tags.php/[/url]
As I think this makes the most sense, if someone is searching for tags to begin with this seems like a good place to send them.
My current .htaccess redirect is:
Code:
#redirecting old zoints tags to vb tags
Redirect /tags http://www.serviceacademyforums.com/tags.php/
The trouble is this makes the links look as such:
[not url]http://www.serviceacademyforums.com/tags.php//index.php/1st-time-through/[/url]
So it's appending what comes after (/index.php/1st-time-through/) to the redirect location.
I've tried several wildcard redirects that I found through google searching, but all of them give me errors and don't work. I don't understand redirects very well though.
As always, I appreciate the help.