Forum Moderators: phranque
In the meantime, i need to redirect every single page/external link on the site to the main index.html file while I get set up again.
Is there a quick way to do this via .htaccess?
Thanks in adance.
RedirectMatch 302 ^/.+$ http://www.example.com/
Jim