Redirect entire domain
Solution 1:
Use RedirectMatch
instead, since you can make it avoid preserving paths:
RedirectMatch permanent . http://www.ourcompany.se/
Use RedirectMatch
instead, since you can make it avoid preserving paths:
RedirectMatch permanent . http://www.ourcompany.se/