git - Redirect github page to different url -


i have changed repo foo bar . automatically github page url changed /foo /bar want /foo redirects /bar. how can achieve ?

i using custom domain don't think makes difference.

it seems gihhb doesn't redirect pages when renaming repository:

github pages sites not automatically redirected when repositories renamed @ time.

i think can still make redirect adding page ritz078.github.io project. create embed-js.html with:

--- permalink: /embed-js/ ---  <!doctype html> <meta charset=utf-8> <title>redirecting...</title> <link rel=canonical href="http://rkritesh.in/embed.js/index.html"> <meta http-equiv=refresh content="0; url=http://rkritesh.in/embed.js/index.html"> 

Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -