I want to type example.com/source and be redirected to example.com/destination.
This can be achieved by adding the following rewrite rule to .htaccess, provided rewrite engine is available and activated:
RewriteRule ^source$ /destination [L,R=301]