Ty móc właśnie the 3 reguła gdy the HTTP_HOST być test.mysite.nl e.g.
RewriteEngine Dalej
RewriteBase/
#
# The następujący "3" reguła stosować test.mysite.nl
RewriteCond % {HTTP_HOST} test.mysite.nl
RewriteRule. * - [S=3]
#
RewriteCond % {REQUEST_URI}! (\. |/$)
RewriteRule (. *)
http://www.mysite.nl/$1/ [R=301, L]
#
RewriteCond % {HTTP_HOST} ^mysite.nl$
RewriteRule ^/? (. *) $
http://www.mysite.nl/$1 [R=301, L]
#
RewriteCond % {REQUEST_URI}! ^/production
RewriteRule ^ (. *) $ production/$1 [L]