]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Support using Shaarli without URL rewriting
authorArthurHoaro <arthur@hoa.ro>
Fri, 16 Oct 2020 10:47:11 +0000 (12:47 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 16 Oct 2020 10:47:11 +0000 (12:47 +0200)
commit7f5250421be4832b9679d8140bc4a71c8005dfa3
treea47e846cef666dbd1c2c7d05a01fd32aa8311d4f
parentec457491879893c8cfcc9dd6542d1593aa5c91f5
Support using Shaarli without URL rewriting

   - Shaarli can be fully used by prefixing any URL with /index.php/
   - {$base_path} used in templates already works with this configuration
   - Assets path (outside of theme's assets) must be prefixed with {$root_url}/
   - Documentation section in « Server configuration »

Fixes #1590
application/render/PageBuilder.php
doc/md/Server-configuration.md
plugins/archiveorg/archiveorg.php
plugins/qrcode/qrcode.php
tpl/default/daily.html
tpl/default/includes.html
tpl/default/linklist.html
tpl/default/page.footer.html
tpl/default/picwall.html
tpl/default/pluginsadmin.html