Remove hashtag # from admin links
ingfada opened this issue · 2 comments
ingfada commented
Hi,
how to remove "#" char from admin links?
For ex:
http://localhost:64079/admin/#/content/posts --> http://localhost:64079/admin/content/posts
Thanks
Ingd
quell1 commented
Similar question to remove
http://localhost:64079/posts/new-post-1
To
http://localhost:64079/new-post-1
Also
http://localhost:64079/page/newpage
To
http://localhost:64079/newpage
quell1 commented
After switching to dbprovider the url changes to http://localhost:64079/2019-12-1/new-post-1