<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^platform\.kodeuni\.com$ [NC]
    RewriteRule ^(.*)$ http://localhost:5004/$1 [P,L]
</IfModule>
