On Wed, Aug 27, 2008 at 02:00:31PM +0200, Peter Palfrader wrote: > Once you are satisfied with the content on newpeople you can instruct > apache on oldpeople to redirect requests to the new place. On gluck > do the following: > echo "RewriteEngine on" > > ~/.public_html/.htaccess > echo 'RewriteRule ^(.*) http://newpeople.debian.org/~'$USER'/$1 [R,L]' > >> ~/.public_html/.htaccess
Or simpler and not requiring mod_rewrite: echo "Redirect /~$USER/ http://newpeople.debian.org/~$USER/" > ~/public_html/.htaccess Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]