I've used an .htaccess file to redirect a website to another domain. Now I need to remove the redirect, I've deleted the .htaccess file, but requests to the site are still redirecting. I've restarted Apache but no luck. Are .htaccess file contents cached, or is there anything I'm missing here?

.htaccess contents were as follows:

Redirect 301 / http://www.example.com/

Thanks

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Solved the problem by uploading an empty .htaccess file. Still interested to know why simply deleting it didn't work though..

link|improve this answer
2  
The redirect was probably cached by your web browser or by an intermediate proxy, but definitely not by Apache httpd. – joschi Jul 1 '10 at 14:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.