This document describes several possibilities how to forward the URL for your OXID eShop into the source/ folder.
similar to https://mysqldumper.jira.com/wiki/spaces/OTC/pages/11665436/Installing+manually
RewriteCond %{HTTP_HOST} .* [NC]
RewriteCond %{REQUEST_URI} !source/
RewriteRule ^(.*)$ source/$1 [L]