I would like to redirect all my wordpress pages to a single html page... any idea on how to do this?
Thanks in advance.
Printable View
I would like to redirect all my wordpress pages to a single html page... any idea on how to do this?
Thanks in advance.
.htaccess:
Code:#make sure the mod is on
RewriteEngine On
#rewrite all requests to the maintenance page
RewriteRule .* maintenance.html