web_app:dokuwiki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| web_app:dokuwiki [2020/12/28 21:46] – zainal | web_app:dokuwiki [2020/12/29 20:24] (current) – zainal | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Dokuwiki Modification History ====== | ||
| + | === Install encrypted password plugin === | ||
| + | Agar bisa menyimpan password di page. Untuk menyimpan password pada page dengan enkripsi dan notifikasi user utk decrypt saat klik, gunakan Encrypted Passwords Plugin https:// | ||
| + | |||
| + | === Activate Sneaky Index === | ||
| + | Hide pagespaces with no permission to read from Sitemap. | ||
| + | By default, DokuWiki will show all namespaces in the sitemap. Enabling this option will hide those where the user doesn' | ||
| + | |||
| + | === UseHeading === | ||
| + | Set useheading to ' | ||
| + | |||
| + | === Nice URL === | ||
| + | Before: http:// | ||
| + | After: http:// | ||
| + | Reference: https:// | ||
| + | * Enable Nice URLs at config | ||
| + | * Use slash as namespace separator in URLs | ||
| + | * Create .htaccess file at wiki folder \\ | ||
| + | < | ||
| + | RewriteEngine on | ||
| + | |||
| + | RewriteRule ^_media/ | ||
| + | RewriteRule ^_detail/ | ||
| + | RewriteRule ^_export/ | ||
| + | RewriteRule ^$ doku.php | ||
| + | RewriteCond %{REQUEST_FILENAME} | ||
| + | RewriteCond %{REQUEST_FILENAME} | ||
| + | RewriteRule (.*) doku.php? | ||
| + | RewriteRule ^index.php$ | ||
| + | </ | ||
