skip to Main Content

Handle one query parameter specifically – Apache

I need to handle one query parameter specifically. The url can look like the following: https://example.com/?app=egov&map=1337 https://example.com/?app=egov&map=1337&showoptions=true https://example.com/?app=egov&map=1337&showoptions=true&anotherparam=helloWorld The redirect should point to https://example.com/contextName/resources/apps/egov/index.html?map=1337 https://example.com/contextName/resources/apps/egov/index.html?map=1337&showoptions=true https://example.com/contextName/resources/apps/egov/index.html?map=1337&anotherparam=helloWorld As you can see, the app-Parameter needs to be used as an URL-part; the…

VIEW QUESTION
Back To Top
Search