Adding new host file for each market and language would be very tedious. As of now, we support 4 markets and each market supports 2 languages so If we go with this solution, then we need to have 8 different host file and in future if there are more markets and language gets added, this process would...
Hi,In my current project, this is how we are setting ErrorDocument: SetEnvIfNoCase Request_URI "^/(group|career|uk|se)/(en|sv)" MARKET=$1SetEnvIfNoCase Request_URI "^/(group|career|uk|se)/(en|sv)" LANGUAGE=$2# If market or language does not exists, they are set to default valuesSetEnvIfNoCase MARKET...