Soldato
- Joined
- 2 Jun 2004
- Posts
- 18,423
i want to redirect visitors to a temporary page while i work on my site, what do i need to put in the htaccess file to do this?
ok, how will i know if it's working or not?paulsheff said:Code:RewriteRule ^old_page.htm$ new_page.htm [R=302,NC,L]
how is this done?robmiller said:Rewrite everything to a certain URL provided the user has an IP that isn't yours. You'll need a RewriteRule for the first part and a RewriteCond for the second.