From c4a4d20080f761810fd2f7732ba3290e49d6b0b9 Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 9 Aug 2026 21:59:00 +0530 Subject: [PATCH] add public/.htaccess proxy config for Hostinger Option B --- public/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..539639d --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule ^api/(.*) http://16.113.57.127:8080/api/$1 [P,L]