|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 07/03/2009 at 09:04AM PDT, ID: 24542621 | Points: 250 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
RewriteEngine On
RewriteCond %{HTTP_HOST} wokkipannu.fi$ [NC]
RewriteCond %{REQUEST_URI} !^/finnish/.*$
RewriteRule ^(.*)$ /finnish/$1 [NC,L]
RewriteCond %{HTTP_HOST} wokkipannu.cn$ [NC]
RewriteCond %{REQUEST_URI} !^/chinese/.*$
RewriteRule ^(.*)$ /chinese/$1 [L]
RewriteCond %{HTTP_HOST} wokkipannu.com$ [NC]
RewriteCond %{REQUEST_URI} !^/english/.*$
RewriteRule ^(.*)$ /english/$1 [L]
|
Advertisement