Hello all,
 
sorry for bother you with this question - but I would like to
ask you if there is any possible way how to parse URL so that I will be
able to
check if the URL contains DirectoryIndex and Language.
 
Let's say that I passed URL address:
https://<IP_Address>/testApp/index.shtml
Of course that index.shtml is not existing on the system
but there are existing following Directory indexes
index.shtml.en_US
index.shtml.de
index.shtml.fr
 
Is it possible to parse URI in my own module so that I will able to get
Directory Index is index.shtml and Language is either en_US or de or fr?
 
Thank you in advance
best regards
Petr

Reply via email to