cjesuele New member May 25, 2016 #1 Hello, I am looking to redirect my domain.com/forums/ to domain.com/pages/title, but do not know how. Is this done by a simple 301 redirect? I do not want to disrupt my actual forums and threads that reside in the forums directory. Thank you
Hello, I am looking to redirect my domain.com/forums/ to domain.com/pages/title, but do not know how. Is this done by a simple 301 redirect? I do not want to disrupt my actual forums and threads that reside in the forums directory. Thank you
Jake Bunce Well-known member May 26, 2016 #2 Add these rules to the top of the .htaccess file in your web root: Code: RewriteEngine On RewriteRule ^forums/$ /pages/title/ [R=301,L] Upvote 0 Downvote
Add these rules to the top of the .htaccess file in your web root: Code: RewriteEngine On RewriteRule ^forums/$ /pages/title/ [R=301,L]