Create page index.html (or which ever is your server default page to be loaded when you access a folder)
type:
<meta http-equiv=”refresh” content=”0;URL=’http://domain.com/page-to-be-redirected-to'” />
this way when someone opens domain.com/old-location will be redirected to domain.com/page-to-be-redirected-to