Brian S. Paskin wrote:
> Hi, I am trying to figure out a way to redirect all users, except the
> ip address I am working on, to update the site.
>
> I have been trying different combos in the .htaccess (Apache) without
> coming up with a solution.
Does this work (untested)?
RewriteCond %{REMOTE_ADDR} ^123\.255\.255\.255$
RewriteRule ^(.*?)$ $1 [L]
RewriteRule ^(.*?)$ temp/$1 [R]
Grtz,
--
Rik Wasmus
>> Stay informed about: Redirecting all users except 1