RewriteCond %{REMOTE_HOST}  ^host1.*  [OR]
RewriteCond %{REMOTE_HOST}  ^host2.* 
RewriteRule  ^/$                 /homepage.max.html  [L]

The [OR] is only relevant if you have more conditions than 1. In this case if 
yout want to say if REMOTE_HOST begins with "host1" or "host2"
[L] says Last rule RewriteRule wich follows after this line dön't apllay for 
this request
 
Cheers
 
Oliver

________________________________

Von: senthil kumar [mailto:[EMAIL PROTECTED]
Gesendet: Fr 13.01.2006 10:31
An: users@httpd.apache.org
Betreff: [EMAIL PROTECTED] Meaninf of [L]


RewriteCond %{REMOTE_HOST}  ^host1.*  [OR]
iteRule  ^/$                 /homepage.max.html  [L]

Please suggest the meaning of [OR] ? [L] ? on rewrite rule


<<winmail.dat>>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to