cgi - - cgi-bin allows you to redirect a specific old folder to a new folder and display the contents of that second folder. You can use this method to setup a website that has a different cgi OR cgi-bin folder. Your new URL connects to your website with the same URL path; cgi or cgi-bin :)..
Create a folder in root public_html named wwwediteraseifbkmk to update the visitor’s bookmarks as a courtesy :)
NOTE:
I will put two .htaccess files on your system that I designed from your input.
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^cgi-bin/(.*)$ /cgi/$1 [R=301,NC,L]
OR
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^cgi/(.*)$ /cgi-bin/$1 [R=301,NC,L]