Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

htaccess question

edited November 2014 in Vanilla 2.0 - 2.8

I've got my vanilla installed in a subdirectory (/social) and successfully got my htaccess redirecting any traffic from ukmusic.com to ukmusic.com/social.

NEW FORUM www.ukmusic.com/social
OLD FORUM www.ukmusic.com/forum

What I also need to do is divert all the traffic from my old forum to vanilla, so divert traffic from www.ukmusic.com/forum (OLD VBULLETIN FORUM NOW GONE BUT STILL LISTED IN GOOGLE) to the new forum www.ukmusic.com/social. I've managed to do this with htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^$ /social [L]
Redirect 301 /forum http://www.ukmusic.com

However here is my question, how can I get any deeper links for example www.ukmusic.com/forum/anything to redirect, as my current htaccess only does the specific www.ukmusic.com/forum and not another of that /forum's content.

for example https://www.google.co.uk/#q=site:www.ukmusic.com/forum I have over 170'000 listing in google and need to know whats the best way to do this.

PLEASE HELP ! any help appreciated

Comments

Sign In or Register to comment.