Tagged Questions

1
vote
4answers
331 views

How to redirect all pages to the homepage

I need to temporary redirect all pages of a domain to the homepage of the same domain. I added the following code to my .htaccess file but it doesn't work. RedirectMatch ^/(.+)$ …