Trying to take control over URLs, I want to redirect a URL I own to a corresponding URL on github. E.g. zylstra.eu/source/projectname should redirect to github.com/tonzyl/projectname I think something like RewriteRule “^/source/(.+)” “https://github.com/tonzyl/$1” should do the trick, yet it doesn’t work. Ultimately I put the redirect not in htaccess but in the settings of cpanel on my hosting back-end.