This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
about:dokuwiki [2023/06/02 12:04] – Samsoneko | about:dokuwiki [2024/02/11 13:57] (current) – [Table] Zyzonix |
---|
| |
''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-rewriting. Default 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 [[about: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: |
**5.** Finally restart apache or httpd. | **5.** Finally restart apache or httpd. |
| |
**Optional** So 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 | **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?400|}} | {{:wiki:useslash_config_setting.png?800|}} |