joshua hough wrote: > I am new to mod_rewrite and want to set up my first rule to redirect all > requests to another domain -- except for the file "robots.txt" in the > root. Extensive research has not helped me compose an adequate rule. > Thanks in advance, Prefix your rewrite rules with RewriteCond %{REQUEST_URI} !^/robots.txt --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx