View Single Post
ישן 18-02-12, 18:36   # 3
yortem
חבר על
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 767

yortem לא מחובר  

קובץ htaccess שנמצא בתוך התיקיה /forum


קוד:
RewriteEngine on

RewriteCond %{HTTP_HOST} ^pokemons.co.il$
RewriteRule ^(.*)$ http://www.myforum.co.il/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^www.pokemons.co.il$
RewriteRule ^(.*)$ http://www.myforum.co.il/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^forum.pokemons.co.il$
RewriteRule ^(.*)$ http://www.myforum.co.il/$1 [R=301,L]
__________________
...
  Reply With Quote