Forum Moderators: phranque
I have to run some maintenance against a fairly complex database and while I do this I need to take the site offline.
I want to redirect absolutely everything on www.domain.com to www.domain.com/offline.html temporarily.
offline.html will just be a simple "We're upgrading, back in 5 mins" type page.
A 302 is my ticket here. I did my usual google of WW but couldn't find the code, and I need something to copy/paste as my .htaccess skills are rudimentary at best!
I think we're looking at something like:-
Redirect temp / htt*p://www.domain.com/offline.html
Many thanks for any guidance.
TJ