Forum Moderators: phranque
Now I needed to redirect one specific file. I added the following line to .htaccess:
RedirectPermanent /file.html [site.com...]
But whenever I add this line the whole site is not working anymore. Even the homepage gets in an endless loop and does not show up.
What went wrong?