Take out subfolder slug from URL
mariobehling opened this issue · 2 comments
mariobehling commented
Currently the search creates a URL that includes /yacysearch/index.html
e.g. http://susper.com/yacysearch/index.html?query=germany&Enter=&nav=filetype%2Cprotocol%2Chosts%2Clanguage%2Cauthors%2Cnamespace%2Ctopics&maximumRecords=10&startRecord=0&layout=paragraph&contentdom=text&timezoneOffset=-120#
Please implement the site URL without the slug and without index.html.
Marauderer97 commented
Hello,
Can I work on this issue?
Marauderer97 commented
@mariobehling I looked into the files, to make the change. Will I have to change the get request in the index.html to a post one. OTOH, even Google implements its search with a slug, how do we benefit from removing it?