Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
about:dokuwiki [2023/06/01 20:23] – ↷ Page moved from z_about:dokuwiki to about:dokuwiki Zyzonixabout:dokuwiki [2024/02/11 13:57] (current) – [Table] Zyzonix
Line 2: Line 2:
  
 ==== Changelog setting ==== ==== Changelog setting ====
-Our setting for changelog under [[:wiki_changelog|FIXES changelog]] looks like this:+Our setting for changelog under [[:changelog|FIXES changelog]] looks like this:
 <code bash> <code bash>
 <WRAP > <WRAP >
Line 10: Line 10:
  
 ==== Change height of editor window ==== ==== Change height of editor window ====
-To set a custom default height of the editor windows of DokuWiki create a file named ''userscript.js'' under ''conf/'' of the DokuWiki base directory. Then add this content:+To set a custom default height of the editor windows of [[about:DokuWiki]] create a file named ''userscript.js'' under ''conf/'' of the [[about:DokuWiki]] base directory. Then add this content:
 <code bash> <code bash>
 jQuery(function() { jQuery(function() {
Line 27: Line 27:
  
 ''userewrite'' can have this values: ''userewrite'' can have this values:
-^Value ^Description ^Example URL ^ +^ Value  ^ Description                                   ^ Example URL                                          
-|0 |Kein URL Rewriting. Dies ist die Standardeinstellung. |http://example.com/dokuwiki/doku.php?id=wiki:syntax | +| 0      No URL-rewritingDefault setting             | http://example.com/dokuwiki/doku.php?id=wiki:syntax  
-|1 |Rewriting wird vom Webserver durchgeführt.            |http://example.com/dokuwiki/wiki:syntax             +| 1      | Rewriting will be done by the webserver       | http://example.com/dokuwiki/wiki:syntax              
-|2 |Rewriting wird von DokuWiki durchgeführt.             |http://example.com/dokuwiki/doku.php/wiki:syntax    |+| 2      | Rewriting will be done by [[about:DokuWiki]]  | http://example.com/dokuwiki/doku.php/wiki:syntax     |
  
 **2.** Then edit your ''apache2''/''httpd'' config (''httpd.conf'' or ''apache2.conf'') to load the required module: **2.** Then edit your ''apache2''/''httpd'' config (''httpd.conf'' or ''apache2.conf'') to load the required module:
Line 40: Line 40:
  
 **3.** Edit your virtual host config: **3.** Edit your virtual host config:
-Change the line beginning with ''AllowOverride'' to ''AllowOverride All''.+Change the line beginning with ''[[about:AllowOverride]]'' to ''[[about:AllowOverride]] All''.
  
 **4.** Then copy the ''.htaccess.dist'' from the dokuwiki base directory to ''.htaccess''. **4.** Then copy the ''.htaccess.dist'' from the dokuwiki base directory to ''.htaccess''.
Line 59: Line 59:
 **5.** Finally restart apache or httpd. **5.** Finally restart apache or httpd.
  
 +**Optional** To make Dokuwiki use slashes instead of colons for seperating the namespaces in the url, activate the configuration setting ''useslash'' in the Advanced-section of the Dokuwiki config:
 +{{:wiki:useslash_config_setting.png?800|}}
  • about/dokuwiki.1685643813.txt.gz
  • Last modified: 2023/06/01 20:23
  • by Zyzonix