Redirect all traffic to another URL via htaccess

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.