View Single Post
ישן 13-01-09, 07:31   # 5
null
кто ты?
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 2,177

null לא מחובר  

נסה את זה:

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

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