RewriteEngine On
RewriteCond %{HTTP_HOST} ^Demo\.nulou\.app$ [NC]
RewriteCond %{REQUEST_URI} !^/public_html/Demo/
RewriteRule ^(.*)$ http://localhost:8000/$1 [P,L]
