I have a web app, where I keep a subdomain for every client eg: http://clientNo32.myApp.com
Due to some server hazzling I have to forward this stuff to my new server at http://123.456.78:1002/clientNo32/app/index.php
The folder “clientNo32” does NOT exist, it’s only a parameter I want to get from the URL.
How can I achieve this?
I think you’re trying to do something like this?
This makes it so when you request anything starting with http://clientNo32.myApp.com/, it gets rewritten to
/app/index.php?cId=clientNo32