Du kunde precis hoppa over 3na härskar, när HTTP_HOSTEN är test.mysite.nl e.g.
RewriteEngine på
RewriteBase/,
nr.
Nr. efter ”3” härskar applicerar inte till test.mysite.nl
RewriteCond % {HTTP_HOST} test.mysite.nl
RewriteRule. * - [S=3]
nr.
RewriteCond % {REQUEST_URI}! (\. |/$)
RewriteRule (. *)
http://www.mysite.nl/$1/ [R=301, L]
nr.
RewriteCond % {HTTP_HOST} ^mysite.nl$
RewriteRule ^/? (. *) $
http://www.mysite.nl/$1 [R=301, L]
nr.
RewriteCond % {REQUEST_URI}! ^/production
RewriteRule ^ (. *) $ production/$1 [L]