This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dokuwiki:server [2024/06/10 17:39] – [Customization] Bernard Condrau | dokuwiki:server [2026/09/07 17:17] (current) – [Move to new web server] Bernard Condrau | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| - ...and replace at the end line '' | - ...and replace at the end line '' | ||
| bethico_dispatch(basename(__FILE__));</ | bethico_dispatch(basename(__FILE__));</ | ||
| + | - Add a line to file ''/ | ||
| + | var hidden; | ||
| + | --> if(!state && JSINFO.toc) state = JSINFO.toc.initial_state; | ||
| + | if(!state) state = 1;</ | ||
| === Fix toc handling in core === | === Fix toc handling in core === | ||
| Line 55: | Line 59: | ||
| === Fix toc handling in plugin: | === Fix toc handling in plugin: | ||
| + | - Make elements of items array unique at the end of function '' | ||
| === Install === | === Install === | ||
| Line 67: | Line 72: | ||
| + | ===== Move Wiki to new web server ===== | ||
| + | - Log in to your old server via SSH. | ||
| + | - Clear out everything inside your '' | ||
| + | - Pack the entire DokuWiki installation directory into a .tgz archive:< | ||
| + | - Transfer the archive to your new server, then extract the archive into your new web server document root directory:< | ||
| + | - Make sure your new server runs a compatible or identical version of PHP as your old server. Check and update your '' | ||
| + | - Set the correct owner and permissions so your web server user (like www-data or nginx) can write to the wiki.Ensure the data/ and conf/ directories (and their contents) are fully writable by the web server: | ||
| + | sudo chmod -R 775 / | ||
| + | Use code with caution. [1] (https:// | ||
| ===== Joomla Access ===== | ===== Joomla Access ===== | ||
| * Set the Help URL in the component configuration of com_bethico to< | * Set the Help URL in the component configuration of com_bethico to< | ||