Hi!
Well your solution seems to work, but since I use FileMatch in Apache, I learned how FileMatch really works. :-) Anyway, I found a less advanced solution, and this works for now.
^v\d+.\d+$
Thank you for all your help
-M
Hi!
I'm using http://regexpal.com to create a JavaScript expression that I can use to validate a url.
^.*/[^\.]*$
The above approves the following
/myproduct/v2.2/hub/device_session.pdf
But I don't want it to approve the last .pdf, since this will allow ALL extension, and earlier in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.