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

vadimg88 לא מחובר  

הקוד הנ"ל עבד לי יופי כרגע בשרת המקומי שלי:

קוד:
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on

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

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