wpsite.com/forum/ dizinde forum açılmıyor
1
●322
- 16-02-2013, 10:05:36.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.