18-08-2010, 08:33
|
|
|
חבר מתאריך: 15.08.06
הודעות: 1,561
|
|
מהקובץ .htaccess של דרופל:
קוד:
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
RewriteCond %{HTTP_HOST} ^site4site\.co\.il$ [NC]
RewriteRule ^(.*)$ http://www.site4site.co.il/$1 [L,R=301]
_____________________________________
!!אזהרה!!
ההודעה עלולה להכיל שברי אגוזים ו/או איברי דגים כלשהם
!!אזהרה!!
|