Baoyuantop commented on issue #12194:
URL: https://github.com/apache/apisix/issues/12194#issuecomment-2857539051

   Hi @x-etienne, you can try
   1. Language-based Routing
   - Use APISIX's vars to check Accept-Language header
   - Create routes that redirect the root path to appropriate language folders 
(/en-US/ or /it/)
   2. Angular SPA Support
   - Create routes for language-specific paths
   - Use proxy-rewrite plugin to direct non-file requests to the appropriate 
index.html
   3. Static Asset Handling
   - Add a lower-priority route for static files


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to