Forum Moderators: phranque
[edited by: Ocean10000 at 2:54 pm (utc) on Apr 21, 2015]
[edit reason] Fixed Links [/edit]
RewriteCond %{REQUEST_URI} !/testing
RewriteRule (.+) /testing/$1 [L]
RewriteCond %{REMOTE_ADDR} your-own-IP-here
RewriteRule ^$ /testing/ [L]
(don't quote me, that's just off the top of my head and I think you need one more, as well as an exemption for the 403 page) so links will work as-is in your test site.