# php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php80” package as the default “PHP” programming language. RewriteEngine On RewriteBase / # Redirect all traffic to the internal Gitea service on localhost:3000 RewriteCond %{HTTP_HOST} ^(www\.)?git\.incentive-dev\.com$ [NC] RewriteRule ^(.*)$ http://127.0.0.1:3000/$1 [P,R=302] # php -- END cPanel-generated handler, do not edit