To redirect all traffic to another URL, you can use the following Redirect-declaration in your .htaccess file.
Redirect 302 / https://de.linkedin.com/in/langemarcel
For example this redirects all calls to my profile domain http://www.marcel-lange.info to my linkedin account.