I stupidly did a 301 redirect on websiteA.com to websiteB.com. After removing it from the .htaccess file the redirect is still in operation. I tried from outside the local n
With Chrome, try to visit the website with Developers Console open (F12)
Make sure you have "Disable cache" checked under "Network" tab
This will bypass 301 redirect cache on browser-side.