APACHE – Redirect domain to subfolder to VirtualHost

Example

## www.domain.nl go to www.domain.nl/fiets
<LocationMatch "^/$">
   Redirect permanent "/" "/fiets/"
</LocationMatch>

ProxyPass / https://www.domain.nl/ retry=0
ProxyPassReverse / https://www.domain.nl/

#ProxyPass / https://www.domain.nl:8443/ retry=0
#ProxyPassReverse / https://www.domain.nl:8443/