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

vadimg88 לא מחובר  

נסה את זה:

קוד:
RewriteEngine On
RewriteCond %{HTTP_HOST} (www\.|[^(.*)]){1}domain.com [NC]
RewriteRule .* - [L]
RewriteCond %{HTTP_HOST} ^([^.]+)\.doamin.com [NC]
RewriteRule .* /path/to/doamin/webroot/%1/index.html [L]
RewriteCond %{HTTP_HOST} ^([^.]+)\.([^.]+)\.doamin.com [NC]
RewriteRule .* /path/to/doamin/webroot/%2/%1.html [L]
  Reply With Quote