is there some easy setup that i can do to allow for a dynamic path in a uri?
for example, id like to have the ability to have some configuration file,
say uri_path.txt and list multiple paths in the form of:
# my.paths
/path1
/path2/target
/path3/target1
...
and be able to change this or add
is there some easy setup that i can do to allow for a dynamic path in a uri?
for example, id like to have the ability to have some configuration file,
say uri_path.txt and list multiple paths in the form of:
# my.paths
/path1
/path2/target
/path3/target1
...
and be able to change this or add