lists.zerezo.com



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

***BOGO*** Re: people.debian.org to move to ravel



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 debian-devel-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx