The problem with the URL link. Click to open the .txt file. There is a 404 error

I have fix the url template is /http://192.168.1.145/esdata/{{value}}
my values is path of the file.txt
I want to click to open that file

If we clicking to the URL have an error 404
The Url auto insert "%2F" between directory and file name.

The value parameter is a URI-escaped value. If you wish to use non-escaped value, use rawValue parameter.

Hi majagrubic Maja

Thank for your reply

I'm add allowencodeslash in httpd.conf and change {{value}} to {{rawValue}} it solve

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.