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

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


Reply to: