.htaccess

içinde bul

RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
Satır başlarına # eklerseniz yönlendirme pasif hale gelecektir.

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
veya sitenize göre düzenleyiniz.