Hi,
here is what I have on my htaccess:
RewriteEngine On
redirect 301 / http://www.example.com/
Still, I want a specific file, let's call it "example.html" excluded from the redirect.
What should I add in htaccess to shield example.com from beinr redirected ?
Thanks