Forum Moderators: phranque
# If not already rewritten
RewriteCond %{REQUEST_URI} !^[i]<new-directory-path>[/i]/
# internally rewrite matching URL_paths to add new directory path
RewriteRule ^([i]<url-path-pattern>[/i])$ [i]<new-directory-path>[/i]/$1 [L]
JIm