In the admin folder .htaccess file, the following was added (I assume during the install process) at the bottom:

Code:
AuthName "admin"
AuthUserFile "/home/username/.htpasswds/public_html/old_zencart_directory/admin/passwd"
That folder path exists on server, but the actual cart install folder has been moved to another folder and the admin folder has been renamed.

Should this be removed from the .htaccess file as it doesn't actually match my zen cart location anymore?