# Put this in the subdomain's document root: /home/CPANEL_USER/mcp.dliker.com/
# It forwards https://mcp.dliker.com/...  ->  the Node app on 127.0.0.1:3020
# (Same reverse-proxy trick you already use for Dliker / vinkos.cc.)

RewriteEngine On
RewriteRule ^(.*)$ http://127.0.0.1:3020/$1 [P,L]
