RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^index.php(.*) http://allsetrentalsv3.dev4.concise.digital/$1 [P,L]
RewriteRule (.*) http://allsetrentalsv3.dev4.concise.digital/$1 [P,L]

# RewriteEngine On
# RewriteCond %{SERVER_PORT} 80
# RewriteRule ^index.php(.*) http://%{HTTP_HOST}:35000/$1 [P,L]
# RewriteRule (.*) http://%{HTTP_HOST}:35000/$1 [P,L]