View Single Post
ישן 12-01-09, 21:18   # 2
vadimg88
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Feb 2008
גיל: 37
הודעות: 710

vadimg88 לא מחובר  

נסה את זה:

קוד:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^site.com$ [nc]
rewriterule ^(.*)$ http://www.site.com/$1 [r=301,nc]

rewritecond %{http_host} ^site.com/forum [nc]
rewriterule ^(.*)$ http://forum.site.com/$1 [r=301,nc]
  Reply With Quote