Page 1 of 1

Is this possible to add document/folder name to the end of URL

PostPosted:Mon Nov 04, 2019 12:42 pm
by mamad
Hi guys,
As you know when we log in into openkm the following url will be shown on address bar and it wont change when we click on each document or folder
http://ip address of server/OpenKM/frontend/index.jsp

I want to know if its possible to add the name of each document or folder to the end of this url when we click on a document or folder ?
For example when i click on a document named "mydoc.pdf" , the url change to :
http://ip address of server/OpenKM/frontend/index.jsp/mydoc.pdf

Is this possible at all ? I'm using openkm 6.3.7 community edition and i also have your development environment and don't have any problem for changing source code.
Thanks in advance

Re: Is this possible to add document/folder name to the end of URL

PostPosted:Tue Nov 05, 2019 10:38 pm
by jllort
In GWT is not possible to change the URL in this manner. I understand what you are looking for ( URL is used as current PATH ), but not possible with GWT.

Re: Is this possible to add document/folder name to the end of URL

PostPosted:Wed Nov 06, 2019 8:06 am
by mamad
ok, thank you