I need help in following respect.
Following is the screenshot of my apache configuration.
What I am trying to achive is -
Any request to the -
localhost/store/index.html
localhost/store/.1234/index.html
should trigger /cgi/query_track.cgi cgi script.
It is works when I try to acess store direcory with
localhost/store/index.html
But
It thows 404 page not found error when I try to acess it with
localhost/store/.1234/index.html
--here /.1234/ is unique id that i am insering into the url.
Apache is trying to resolve this as a directory hence it is giving me that error.
Please let me know how to achieve this.
Thanks,
Sujit