----- Original Message ----- > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > I thought that this little URL rewrite would be oh-so-simple. I > have > not gotten it to work; it is completely ignored. > I wish to redirect any URL <http://fb.example.com/*> to > <http://example.com/*?fb=1>. > > In <.htaccess>: > RewriteEngine on > RewriteRule ^/(.*) http://example.com/$1?fb=1 [R,L] > > Where did I go wrong? > How about: RewriteCond %{HTTP_HOST} = fb.example.com RewriteRule ^ http://example.com%{REQUEST_URI}?fb=1 [R=301,L] -- Thanks, Phil --------------------------------------------------------------------- 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