1: 2: 3: 4: 5: 6: 7: 8: 9:
Options +FollowSymLinks RewriteEngine RewriteBase/ 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]