MyBB Community Forums

Full Version: Redirect On User Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I want to redirect users if they go to a certain user, to the index page, is this possible, and how do I do it? Thanks in advance.
Something like this in your htaccess should do the trick:

Redirect 301 site.com/user-1.html site.com/index.php

Replace site.com/user-1.html with the profile you want to redirect and site.com with your forum URL.
(2012-08-16, 07:32 PM)Vernier Wrote: [ -> ]Something like this in your htaccess should do the trick:

Redirect 301 site.com/user-1.html site.com/index.php

Replace site.com/user-1.html with the profile you want to redirect and site.com with your forum URL.

I am unable to use .htaccess, due to my host, is there any other method?