hi,
can you explain what are supposed to do the folowing lines in .htacess in 1.4.3 :
# Redirection for site updates--remove the comment crosshatches from the following rules
# "closed.html" in the plugins/site_upgrade folder is the target for the rewrites. You can change
# this file to suit your needs.
RewriteRule ^index\.php$ plugins/site_upgrade/closed.html [NC,R=302,L]
RewriteRule ^$ plugins/site_upgrade/closed.html [NC,R=302,L]
I wish to modify .htacess to redirect all access of my site to a specific html page during upgrade of my site.