Options +FollowSymLinks
RewriteEngine Dalej
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]
|