how do i make a htaccess file to redirect visitors?

paulsheff said:
Code:
RewriteRule ^old_page.htm$ new_page.htm [R=302,NC,L]
ok, how will i know if it's working or not?
i mean in theory it shouldnt affect my own access right?

edit: also, wouldn't this just direct visitors away from a single page? i need to restrict access to the entire site while i am working on it. how would i do this?
 
Last edited:
Back
Top Bottom