Forum Moderators: phranque
I am trying to redirect all links from visitors other then myself to a temporary directory by using the following code but I keep getting an endless loop message from my browser.
RewriteCond %{REMOTE_ADDR} !^12\.345\.67\.89$
RewriteCond %{REQUEST_URI} !^/temp$
RewriteRule ^(.*)$ [mydomain.com...] [L]
Thanks for any help.