search for: path_to_doc_root

Displaying 1 result from an estimated 1 matches for "path_to_doc_root".

2005 Mar 21
3
routes.rb question.
I have a simple program that read all HTML files from a directory and returns parts of the content and the file names which are HREFs to those file. I build the HREF string dynamicaly as PATH_TO_DOC_ROOT + "file_name". My PATH_TO_DOC_ROOT = http://127.0.0.1:3000/docman/public/docs. So, the final link that I am interested in might look like this: http://127.0.0.1:3000/docman/public/docs/testfile1.html. However, when I click on the link, I get an error: -- No route for path: "docman...