I have domain.com/forums but I need help redirecting the forums to sub.domain.com
Below works but I end up with
sub.domain/forums/topic-name-here
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domain.com/$1 [R=301,L]
|
I have domain.com/forums but I need help redirecting the forums to sub.domain.com Below works but I end up with
|
|||
|
|
|
Try this:
P.S. i using "/?" because i forget REQUEST_URI format :( |
|||
|
|